#472312

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

Shades of Brown Pod #472312

Tints of Brown Pod #472312

Color information

#472312 (or 0x472312) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 12. RGB value is (71,35,18). Sum of RGB (Red+Green+Blue) = 71+35+18=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472312 is #B8DCED. Grayscale: #2B2B2B. Windows color (decimal): -12115182 or 1188679. OLE color: 1188679.

HSL color Cylindrical-coordinate representation of color #472312: hue angle of 19.25º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472312 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB713518-
CMYK00.510.750.72
HSL19.25º59.55%17.45%-
HSV(B)19.25º74.65%27.84%-
XYZ3.312.590.9-
YUV43.83113.43147.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=57.26%
G=28.23%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71351800.510.750.7219.2559.5517.45
Hex4723120334B48133c11
Octal1074322063113110237421
Binary1000111100011100100110011100101110010001001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472312; }

 p { color: rgb(71,35,18); }

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

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

 a { background-color: rgb(71,35,18); }

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

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

 span { border-color: rgb(71,35,18); }

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