#471402

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

Shades of Brown Pod #471402

Tints of Brown Pod #471402

Color information

#471402 (or 0x471402) is unknown color: approx Brown Pod. HEX triplet: 47, 14 and 02. RGB value is (71,20,2). Sum of RGB (Red+Green+Blue) = 71+20+2=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471402 is #B8EBFD. Grayscale: #212121. Windows color (decimal): -12119038 or 136263. OLE color: 136263.

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

Color convert

RGB71202-
CMYK00.720.970.72
HSL15.65º94.52%14.31%-
HSV(B)15.65º97.18%27.84%-
XYZ2.861.840.26-
YUV33.2110.4154.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=76.34%
G=21.51%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7120200.720.970.7215.6594.5214.31
Hex471420486148105fe
Octal10724201101411102013716
Binary1000111101001001001000110000110010001000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471402; }

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

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

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

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

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

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

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

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