#471200

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

Shades of Brown Pod #471200

Tints of Brown Pod #471200

Color information

#471200 (or 0x471200) is unknown color: approx Brown Pod. HEX triplet: 47, 12 and 00. RGB value is (71,18,0). Sum of RGB (Red+Green+Blue) = 71+18+0=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #471200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471200 is #B8EDFF. Grayscale: #1F1F1F. Windows color (decimal): -12119552 or 4679. OLE color: 4679.

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

Color convert

RGB71180-
CMYK00.7510.72
HSL15.21º100%13.92%-
HSV(B)15.21º100%27.84%-
XYZ2.811.770.19-
YUV31.8110.06155.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 79.78%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.78%
G=20.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7118000.7510.7215.2110013.92
Hex4712004B6448f64e
Octal10722001131441101714416
Binary10001111001000100101111001001001000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471200; }

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

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

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

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

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

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

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

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