#472411

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

Shades of Brown Pod #472411

Tints of Brown Pod #472411

Color information

#472411 (or 0x472411) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 11. RGB value is (71,36,17). Sum of RGB (Red+Green+Blue) = 71+36+17=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472411 is #B8DBEE. Grayscale: #2C2C2C. Windows color (decimal): -12114927 or 1123399. OLE color: 1123399.

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

Color convert

RGB713617-
CMYK00.490.760.72
HSL21.11º61.36%17.25%-
HSV(B)21.11º76.06%27.84%-
XYZ3.332.640.86-
YUV44.3112.6147.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=57.26%
G=29.03%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71361700.490.760.7221.1161.3617.25
Hex4724110314C48153d11
Octal1074421061114110257521
Binary1000111100100100010110001100110010010001010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472411; }

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

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

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

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

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

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

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

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