Html Css Color HEX #C07536 Meteor

📋 copy color: '#C07536'

red 192 ◦ green 117 ◦ blue 54

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

Shades of Meteor #C07536

Tints of Meteor #C07536

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 54 (21.48% from 255) = 14.88%

R = 52.89%
G = 32.23%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C07536 (or 0xC07536) is known color: Meteor. HEX triplet: C0, 75 and 36. RGB value is (192,117,54). Sum of RGB (Red+Green+Blue) = 192+117+54=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C07536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07536 is #3F8AC9. Grayscale: #848484. Windows color (decimal): -4164298 or 3569088. OLE color: 3569088.

HSL color Cylindrical-coordinate representation of color #C07536: hue angle of 27.39º degrees, saturation: 0.56, 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 #C07536 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 54 -
CMYK 0 0.39 0.72 0.25
HSL 27.39º 0.56% 0.48% -
HSV(B) 27.39º 0.72% 0.75% -
XYZ 28.77 24.2 6.64 -
YUV 132.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 192 117 54 0 0.39 0.72 0.25 27.39 0.56 0.48
Hex C0 75 36 0 27 48 19 1B 38 30
Octal 300 165 66 0 47 110 31 33 70 60
Binary 11000000 1110101 110110 0 100111 1001000 11001 11011 111000 110000

Color Harmonies of #C07536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07536

Black with #C07536

Text Example


Text Example

White with #C07536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07536; }

 p { color: rgb(192,117,54); }

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

background-color css

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

 a { background-color: rgb(192,117,54); }

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

border-color css

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

 span { border-color: rgb(192,117,54); }

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