#471E18

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

Shades of Brown Pod #471E18

Tints of Brown Pod #471E18

Color information

#471E18 (or 0x471E18) is unknown color: approx Brown Pod. HEX triplet: 47, 1E and 18. RGB value is (71,30,24). Sum of RGB (Red+Green+Blue) = 71+30+24=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E18 is #B8E1E7. Grayscale: #292929. Windows color (decimal): -12116456 or 1580615. OLE color: 1580615.

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

Color convert

RGB713024-
CMYK00.580.660.72
HSL7.66º49.47%18.63%-
HSV(B)7.66º66.2%27.84%-
XYZ3.232.331.14-
YUV41.58118.08148.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=56.8%
G=24%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71302400.580.660.727.6649.4718.63
Hex471E1803A424883113
Octal1073630072102110106123
Binary10001111111011000011101010000101001000100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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