#471502

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

Shades of Brown Pod #471502

Tints of Brown Pod #471502

Color information

#471502 (or 0x471502) is unknown color: approx Brown Pod. HEX triplet: 47, 15 and 02. RGB value is (71,21,2). Sum of RGB (Red+Green+Blue) = 71+21+2=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471502 is #B8EAFD. Grayscale: #212121. Windows color (decimal): -12118782 or 136519. OLE color: 136519.

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

Color convert

RGB71212-
CMYK00.700.970.72
HSL16.52º94.52%14.31%-
HSV(B)16.52º97.18%27.84%-
XYZ2.881.880.27-
YUV33.78110.06154.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=75.53%
G=22.34%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7121200.700.970.7216.5294.5214.31
Hex471520466148115fe
Octal10725201061411102113716
Binary1000111101011001000110110000110010001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471502; }

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

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

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

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

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

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

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

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