#472110

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

Shades of Brown Pod #472110

Tints of Brown Pod #472110

Color information

#472110 (or 0x472110) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 10. RGB value is (71,33,16). Sum of RGB (Red+Green+Blue) = 71+33+16=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472110 is #B8DEEF. Grayscale: #2A2A2A. Windows color (decimal): -12115696 or 1057095. OLE color: 1057095.

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

Color convert

RGB713316-
CMYK00.540.770.72
HSL18.55º63.22%17.06%-
HSV(B)18.55º77.46%27.84%-
XYZ3.242.460.8-
YUV42.42113.09148.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=59.17%
G=27.5%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71331600.540.770.7218.5563.2217.06
Hex4721100364D48133f11
Octal1074120066115110237721
Binary1000111100001100000110110100110110010001001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472110; }

 p { color: rgb(71,33,16); }

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

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

 a { background-color: rgb(71,33,16); }

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

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

 span { border-color: rgb(71,33,16); }

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