Html Css Color HEX #C07235 Meteor

📋 copy color: '#C07235'

red 192 ◦ green 114 ◦ blue 53

#C07235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #C07235

Tints of Meteor #C07235

RGB

 RED value IS 192 (75.39% from 255) = 53.48%

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 53.48%
G = 31.75%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C07235 (or 0xC07235) is known color: Meteor. HEX triplet: C0, 72 and 35. RGB value is (192,114,53). Sum of RGB (Red+Green+Blue) = 192+114+53=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C07235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07235 is #3F8DCA. Grayscale: #828282. Windows color (decimal): -4165067 or 3502784. OLE color: 3502784.

HSL color Cylindrical-coordinate representation of color #C07235: hue angle of 26.33º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C07235 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 53 -
CMYK 0 0.41 0.72 0.25
HSL 26.33º 0.57% 0.48% -
HSV(B) 26.33º 0.72% 0.75% -
XYZ 28.4 23.5 6.41 -
YUV 130.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 192 114 53 0 0.41 0.72 0.25 26.33 0.57 0.48
Hex C0 72 35 0 29 48 19 1A 39 30
Octal 300 162 65 0 51 110 31 32 71 60
Binary 11000000 1110010 110101 0 101001 1001000 11001 11010 111001 110000

Color Harmonies of #C07235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07235

Black with #C07235

Text Example


Text Example

White with #C07235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07235; }

 p { color: rgb(192,114,53); }

 H1.HeaderClassName
 {
   color: #C07235;
 }
 .AnyTagClassName
 {
   color: #C07235;
 }
</style>

background-color css

<style>
 a { background-color: #C07235; }

 a { background-color: rgb(192,114,53); }

 div.DivClassName
 {
   background-color: #C07235;
 }
 .BgClassName
 {
   background-color: #C07235;
 }
</style>

border-color css

<style>
 span { border-color: #C07235; }

 span { border-color: rgb(192,114,53); }

 td.TdClassName
 {
   border-color: #C07235;
 }
 .TagClassName
 {
   border-color: #C07235;
 }
</style>