#471900

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

Shades of Brown Pod #471900

Tints of Brown Pod #471900

Color information

#471900 (or 0x471900) is unknown color: approx Brown Pod. HEX triplet: 47, 19 and 00. RGB value is (71,25,0). Sum of RGB (Red+Green+Blue) = 71+25+0=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471900 is #B8E6FF. Grayscale: #242424. Windows color (decimal): -12117760 or 6471. OLE color: 6471.

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

Color convert

RGB71250-
CMYK00.6510.72
HSL21.13º100%13.92%-
HSV(B)21.13º100%27.84%-
XYZ2.952.030.24-
YUV35.9107.74153.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.96%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.96%
G=26.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7125000.6510.7221.1310013.92
Hex4719004164481564e
Octal10731001011441102514416
Binary100011111001001000001110010010010001010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471900; }

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

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

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

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

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

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

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

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