#C47532

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

Shades of Meteor #C47532

Tints of Meteor #C47532

Color information

#C47532 (or 0xC47532) is unknown color: approx Meteor. HEX triplet: C4, 75 and 32. RGB value is (196,117,50). Sum of RGB (Red+Green+Blue) = 196+117+50=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C47532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47532 is #3B8ACD. Grayscale: #858585. Windows color (decimal): -3902158 or 3306948. OLE color: 3306948.

HSL color Cylindrical-coordinate representation of color #C47532: hue angle of 27.53º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47532 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19611750-
CMYK00.400.740.23
HSL27.53º59.35%48.24%-
HSV(B)27.53º74.49%76.86%-
XYZ29.724.696.22-
YUV132.9881.17172.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=53.99%
G=32.23%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961175000.400.740.2327.5359.3548.24
HexC475320284A171c3b30
Octal3041656205011227347360
Binary110001001110101110010010100010010101011111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47532; }

 p { color: rgb(196,117,50); }

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

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

 a { background-color: rgb(196,117,50); }

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

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

 span { border-color: rgb(196,117,50); }

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