#C07235

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

Shades of Meteor #C07235

Tints of Meteor #C07235

Color information

#C07235 (or 0xC07235) is unknown color: approx 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

RGB19211453-
CMYK00.410.720.25
HSL26.33º56.73%48.04%-
HSV(B)26.33º72.4%75.29%-
XYZ28.423.56.41-
YUV130.3784.34171.96-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921145300.410.720.2526.3356.7348.04
HexC0723502948191a3930
Octal3001626505111031327160
Binary110000001110010110101010100110010001100111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>