#471802

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

Shades of Brown Pod #471802

Tints of Brown Pod #471802

Color information

#471802 (or 0x471802) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 02. RGB value is (71,24,2). Sum of RGB (Red+Green+Blue) = 71+24+2=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471802 is #B8E7FD. Grayscale: #232323. Windows color (decimal): -12118014 or 137287. OLE color: 137287.

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

Color convert

RGB71242-
CMYK00.660.970.72
HSL19.13º94.52%14.31%-
HSV(B)19.13º97.18%27.84%-
XYZ2.9420.29-
YUV35.54109.07153.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=73.20%
G=24.74%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7124200.660.970.7219.1394.5214.31
Hex471820426148135fe
Octal10730201021411102313716
Binary1000111110001001000010110000110010001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471802; }

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

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

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

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

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

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

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

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