#472018

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

Shades of Brown Pod #472018

Tints of Brown Pod #472018

Color information

#472018 (or 0x472018) is unknown color: approx Brown Pod. HEX triplet: 47, 20 and 18. RGB value is (71,32,24). Sum of RGB (Red+Green+Blue) = 71+32+24=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472018 is #B8DFE7. Grayscale: #2A2A2A. Windows color (decimal): -12115944 or 1581127. OLE color: 1581127.

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

Color convert

RGB713224-
CMYK00.550.660.72
HSL10.21º49.47%18.63%-
HSV(B)10.21º66.2%27.84%-
XYZ3.282.441.16-
YUV42.75117.42148.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=55.91%
G=25.20%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71322400.550.660.7210.2149.4718.63
Hex4720180374248a3113
Octal1074030067102110126123
Binary100011110000011000011011110000101001000101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472018; }

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

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

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

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

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

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

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

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