#472016

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

Shades of Brown Pod #472016

Tints of Brown Pod #472016

Color information

#472016 (or 0x472016) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 16. RGB value is (71,32,22). Sum of RGB (Red+Green+Blue) = 71+32+22=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472016 is #B8DFE9. Grayscale: #2A2A2A. Windows color (decimal): -12115946 or 1450055. OLE color: 1450055.

HSL color Cylindrical-coordinate representation of color #472016: hue angle of 12.24º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472016 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB713222-
CMYK00.550.690.72
HSL12.24º52.69%18.24%-
HSV(B)12.24º69.01%27.84%-
XYZ3.262.431.06-
YUV42.52116.42148.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=56.8%
G=25.6%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71322200.550.690.7212.2452.6918.24
Hex4720160374548c3512
Octal1074026067105110146522
Binary100011110000010110011011110001011001000110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472016; }

 p { color: rgb(71,32,22); }

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

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

 a { background-color: rgb(71,32,22); }

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

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

 span { border-color: rgb(71,32,22); }

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