#C07832

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

Shades of Meteor #C07832

Tints of Meteor #C07832

Color information

#C07832 (or 0xC07832) is unknown color: approx Meteor. HEX triplet: C0, 78 and 32. RGB value is (192,120,50). Sum of RGB (Red+Green+Blue) = 192+120+50=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07832 is #3F87CD. Grayscale: #858585. Windows color (decimal): -4163534 or 3307712. OLE color: 3307712.

HSL color Cylindrical-coordinate representation of color #C07832: hue angle of 29.58º 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 #C07832 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19212050-
CMYK00.380.740.25
HSL29.58º58.68%47.45%-
HSV(B)29.58º73.96%75.29%-
XYZ29.0324.876.29-
YUV133.5580.85169.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=53.04%
G=33.15%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921205000.380.740.2529.5858.6847.45
HexC078320264A191e3b2f
Octal3001706204611231367357
Binary110000001111000110010010011010010101100111110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07832; }

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

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

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

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

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

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

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

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