#C07A32

Color #C07A32 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #C07A32

Tints of Meteor #C07A32

Color information

#C07A32 (or 0xC07A32) is unknown color: approx Meteor. HEX triplet: C0, 7A and 32. RGB value is (192,122,50). Sum of RGB (Red+Green+Blue) = 192+122+50=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A32 is #3F85CD. Grayscale: #878787. Windows color (decimal): -4163022 or 3308224. OLE color: 3308224.

HSL color Cylindrical-coordinate representation of color #C07A32: hue angle of 30.42º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07A32 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19212250-
CMYK00.360.740.25
HSL30.42º58.68%47.45%-
HSV(B)30.42º73.96%75.29%-
XYZ29.2725.366.37-
YUV134.7280.19168.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.75%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 50 (19.92% from 255) = 13.74%
R=52.75%
G=33.52%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921225000.360.740.2530.4258.6847.45
HexC07A320244A191e3b2f
Octal3001726204411231367357
Binary110000001111010110010010010010010101100111110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A32; }

 p { color: rgb(192,122,50); }

 H1.HeaderClassName
 {
   color: #C07A32;
 }
 .AnyTagClassName
 {
   color: #C07A32;
 }
</style>
background-color css

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

 a { background-color: rgb(192,122,50); }

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

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

 span { border-color: rgb(192,122,50); }

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