#C47332

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

Shades of Meteor #C47332

Tints of Meteor #C47332

Color information

#C47332 (or 0xC47332) is unknown color: approx Meteor. HEX triplet: C4, 73 and 32. RGB value is (196,115,50). Sum of RGB (Red+Green+Blue) = 196+115+50=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C47332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47332 is #3B8CCD. Grayscale: #848484. Windows color (decimal): -3902670 or 3306436. OLE color: 3306436.

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

Color convert

RGB19611550-
CMYK00.410.740.23
HSL26.71º59.35%48.24%-
HSV(B)26.71º74.49%76.86%-
XYZ29.4724.236.14-
YUV131.8181.84173.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 50 (19.92% from 255) = 13.85%
R=54.29%
G=31.86%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961155000.410.740.2326.7159.3548.24
HexC473320294A171b3b30
Octal3041636205111227337360
Binary110001001110011110010010100110010101011111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47332; }

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

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

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

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

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

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

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

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