#472517

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

Shades of Brown Pod #472517

Tints of Brown Pod #472517

Color information

#472517 (or 0x472517) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 17. RGB value is (71,37,23). Sum of RGB (Red+Green+Blue) = 71+37+23=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472517 is #B8DAE8. Grayscale: #2D2D2D. Windows color (decimal): -12114665 or 1516871. OLE color: 1516871.

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

Color convert

RGB713723-
CMYK00.480.680.72
HSL17.5º51.06%18.43%-
HSV(B)17.5º67.61%27.84%-
XYZ3.412.721.16-
YUV45.57115.26146.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=54.20%
G=28.24%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71372300.480.680.7217.551.0618.43
Hex4725170304448123312
Octal1074527060104110226322
Binary1000111100101101110110000100010010010001001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472517; }

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

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

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

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

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

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

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

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