#472416

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

Shades of Brown Pod #472416

Tints of Brown Pod #472416

Color information

#472416 (or 0x472416) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 16. RGB value is (71,36,22). Sum of RGB (Red+Green+Blue) = 71+36+22=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472416 is #B8DBE9. Grayscale: #2C2C2C. Windows color (decimal): -12114922 or 1451079. OLE color: 1451079.

HSL color Cylindrical-coordinate representation of color #472416: hue angle of 17.14º 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 #472416 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB713622-
CMYK00.490.690.72
HSL17.14º52.69%18.24%-
HSV(B)17.14º69.01%27.84%-
XYZ3.372.661.09-
YUV44.87115.1146.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=55.04%
G=27.91%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71362200.490.690.7217.1452.6918.24
Hex4724160314548113512
Octal1074426061105110216522
Binary1000111100100101100110001100010110010001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472416; }

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

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

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

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

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

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

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

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