#471805

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

Shades of Brown Pod #471805

Tints of Brown Pod #471805

Color information

#471805 (or 0x471805) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 05. RGB value is (71,24,5). Sum of RGB (Red+Green+Blue) = 71+24+5=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471805 is #B8E7FA. Grayscale: #242424. Windows color (decimal): -12118011 or 333895. OLE color: 333895.

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

Color convert

RGB71245-
CMYK00.660.930.72
HSL17.27º86.84%14.9%-
HSV(B)17.27º92.96%27.84%-
XYZ2.9520.37-
YUV35.89110.57153.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 5 (2.34% from 255) = 5%
R=71%
G=24%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7124500.660.930.7217.2786.8414.9
Hex471850425D481157f
Octal10730501021351102112717
Binary10001111100010101000010101110110010001000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471805; }

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

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

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

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

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

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

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

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