#472518

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

Shades of Brown Pod #472518

Tints of Brown Pod #472518

Color information

#472518 (or 0x472518) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 18. RGB value is (71,37,24). Sum of RGB (Red+Green+Blue) = 71+37+24=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #472518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472518 is #B8DAE7. Grayscale: #2D2D2D. Windows color (decimal): -12114664 or 1582407. OLE color: 1582407.

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

Color convert

RGB713724-
CMYK00.480.660.72
HSL16.6º49.47%18.63%-
HSV(B)16.6º66.2%27.84%-
XYZ3.422.731.21-
YUV45.68115.76146.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=53.79%
G=28.03%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71372400.480.660.7216.649.4718.63
Hex4725180304248113113
Octal1074530060102110216123
Binary1000111100101110000110000100001010010001000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472518; }

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

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

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

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

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

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

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

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