#471913

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

Shades of Brown Pod #471913

Tints of Brown Pod #471913

Color information

#471913 (or 0x471913) is unknown color: approx Brown Pod. HEX triplet: 47, 19 and 13. RGB value is (71,25,19). Sum of RGB (Red+Green+Blue) = 71+25+19=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471913 is #B8E6EC. Grayscale: #262626. Windows color (decimal): -12117741 or 1251655. OLE color: 1251655.

HSL color Cylindrical-coordinate representation of color #471913: hue angle of 6.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471913 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB712519-
CMYK00.650.730.72
HSL6.92º57.78%17.65%-
HSV(B)6.92º73.24%27.84%-
XYZ3.062.080.86-
YUV38.07117.24151.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=61.74%
G=21.74%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71251900.650.730.726.9257.7817.65
Hex471913041494873a12
Octal1073123010111111077222
Binary10001111100110011010000011001001100100011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471913; }

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

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

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

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

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

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

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

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