#471D18

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

Shades of Brown Pod #471D18

Tints of Brown Pod #471D18

Color information

#471D18 (or 0x471D18) is unknown color: approx Brown Pod. HEX triplet: 47, 1D and 18. RGB value is (71,29,24). Sum of RGB (Red+Green+Blue) = 71+29+24=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D18 is #B8E2E7. Grayscale: #292929. Windows color (decimal): -12116712 or 1580359. OLE color: 1580359.

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

Color convert

RGB712924-
CMYK00.590.660.72
HSL6.38º49.47%18.63%-
HSV(B)6.38º66.2%27.84%-
XYZ3.22.281.14-
YUV40.99118.41149.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=57.26%
G=23.39%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71292400.590.660.726.3849.4718.63
Hex471D1803B424863113
Octal107353007310211066123
Binary1000111111011100001110111000010100100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471D18; }

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

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

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

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

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

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

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

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