#472513

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

Shades of Brown Pod #472513

Tints of Brown Pod #472513

Color information

#472513 (or 0x472513) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 13. RGB value is (71,37,19). Sum of RGB (Red+Green+Blue) = 71+37+19=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472513 is #B8DAEC. Grayscale: #2D2D2D. Windows color (decimal): -12114669 or 1254727. OLE color: 1254727.

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

Color convert

RGB713719-
CMYK00.480.730.72
HSL20.77º57.78%17.65%-
HSV(B)20.77º73.24%27.84%-
XYZ3.382.710.96-
YUV45.11113.26146.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=55.91%
G=29.13%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71371900.480.730.7220.7757.7817.65
Hex4725130304948153a12
Octal1074523060111110257222
Binary1000111100101100110110000100100110010001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472513; }

 p { color: rgb(71,37,19); }

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

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

 a { background-color: rgb(71,37,19); }

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

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

 span { border-color: rgb(71,37,19); }

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