#472418

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

Shades of Brown Pod #472418

Tints of Brown Pod #472418

Color information

#472418 (or 0x472418) is unknown color: approx Brown Pod. HEX triplet: 47, 24 and 18. RGB value is (71,36,24). Sum of RGB (Red+Green+Blue) = 71+36+24=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472418 is #B8DBE7. Grayscale: #2D2D2D. Windows color (decimal): -12114920 or 1582151. OLE color: 1582151.

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

Color convert

RGB713624-
CMYK00.490.660.72
HSL15.32º49.47%18.63%-
HSV(B)15.32º66.2%27.84%-
XYZ3.392.671.2-
YUV45.1116.1146.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=54.20%
G=27.48%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71362400.490.660.7215.3249.4718.63
Hex4724180314248f3113
Octal1074430061102110176123
Binary100011110010011000011000110000101001000111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472418; }

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

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

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

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

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

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

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

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