#471809

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

Shades of Brown Pod #471809

Tints of Brown Pod #471809

Color information

#471809 (or 0x471809) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 09. RGB value is (71,24,9). Sum of RGB (Red+Green+Blue) = 71+24+9=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #471809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471809 is #B8E7F6. Grayscale: #242424. Windows color (decimal): -12118007 or 596039. OLE color: 596039.

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

Color convert

RGB71249-
CMYK00.660.870.72
HSL14.52º77.5%15.69%-
HSV(B)14.52º87.32%27.84%-
XYZ2.972.010.49-
YUV36.34112.57152.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=68.27%
G=23.08%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7124900.660.870.7214.5277.515.69
Hex471890425748f4e10
Octal107301101021271101711620
Binary100011111000100101000010101011110010001111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471809; }

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

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

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

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

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

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

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

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