#472005

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

Shades of Brown Pod #472005

Tints of Brown Pod #472005

Color information

#472005 (or 0x472005) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 05. RGB value is (71,32,5). Sum of RGB (Red+Green+Blue) = 71+32+5=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #472005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472005 is #B8DFFA. Grayscale: #282828. Windows color (decimal): -12115963 or 335943. OLE color: 335943.

HSL color Cylindrical-coordinate representation of color #472005: hue angle of 24.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #472005 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71325-
CMYK00.550.930.72
HSL24.55º86.84%14.9%-
HSV(B)24.55º92.96%27.84%-
XYZ3.142.380.44-
YUV40.58107.92149.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=65.74%
G=29.63%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132500.550.930.7224.5586.8414.9
Hex472050375D481957f
Octal1074050671351103112717
Binary10001111000001010110111101110110010001100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472005; }

 p { color: rgb(71,32,5); }

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

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

 a { background-color: rgb(71,32,5); }

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

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

 span { border-color: rgb(71,32,5); }

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