#471201

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

Shades of Brown Pod #471201

Tints of Brown Pod #471201

Color information

#471201 (or 0x471201) is unknown color: approx Brown Pod. HEX triplet: 47, 12 and 01. RGB value is (71,18,1). Sum of RGB (Red+Green+Blue) = 71+18+1=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #471201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471201 is #B8EDFE. Grayscale: #202020. Windows color (decimal): -12119551 or 70215. OLE color: 70215.

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

Color convert

RGB71181-
CMYK00.750.990.72
HSL14.57º97.22%14.12%-
HSV(B)14.57º98.59%27.84%-
XYZ2.821.770.22-
YUV31.91110.56155.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.89%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=78.89%
G=20%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7118100.750.990.7214.5797.2214.12
Hex4712104B6348f61e
Octal10722101131431101714116
Binary10001111001010100101111000111001000111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471201; }

 p { color: rgb(71,18,1); }

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

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

 a { background-color: rgb(71,18,1); }

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

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

 span { border-color: rgb(71,18,1); }

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