#472613

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

Shades of Brown Pod #472613

Tints of Brown Pod #472613

Color information

#472613 (or 0x472613) is unknown color: approx Brown Pod. HEX triplet: 47, 26 and 13. RGB value is (71,38,19). Sum of RGB (Red+Green+Blue) = 71+38+19=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472613 is #B8D9EC. Grayscale: #2D2D2D. Windows color (decimal): -12114413 or 1254983. OLE color: 1254983.

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

Color convert

RGB713819-
CMYK00.460.730.72
HSL21.92º57.78%17.65%-
HSV(B)21.92º73.24%27.84%-
XYZ3.412.770.97-
YUV45.7112.93146.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=55.47%
G=29.69%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71381900.460.730.7221.9257.7817.65
Hex47261302E4948163a12
Octal1074623056111110267222
Binary1000111100110100110101110100100110010001011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472613; }

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

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

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

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

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

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

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

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