#C07531

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

Shades of Meteor #C07531

Tints of Meteor #C07531

Color information

#C07531 (or 0xC07531) is unknown color: approx Meteor. HEX triplet: C0, 75 and 31. RGB value is (192,117,49). Sum of RGB (Red+Green+Blue) = 192+117+49=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C07531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07531 is #3F8ACE. Grayscale: #848484. Windows color (decimal): -4164303 or 3241408. OLE color: 3241408.

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

Color convert

RGB19211749-
CMYK00.390.740.25
HSL28.53º59.34%47.25%-
HSV(B)28.53º74.48%75.29%-
XYZ28.6524.156.06-
YUV131.6781.35171.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=53.63%
G=32.68%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921174900.390.740.2528.5359.3447.25
HexC075310274A191d3b2f
Octal3001656104711231357357
Binary110000001110101110001010011110010101100111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07531; }

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

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

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

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

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

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

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

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