#471912

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

Shades of Brown Pod #471912

Tints of Brown Pod #471912

Color information

#471912 (or 0x471912) is unknown color: approx Brown Pod. HEX triplet: 47, 19 and 12. RGB value is (71,25,18). Sum of RGB (Red+Green+Blue) = 71+25+18=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471912 is #B8E6ED. Grayscale: #262626. Windows color (decimal): -12117742 or 1186119. OLE color: 1186119.

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

Color convert

RGB712518-
CMYK00.650.750.72
HSL7.92º59.55%17.45%-
HSV(B)7.92º74.65%27.84%-
XYZ3.062.080.81-
YUV37.96116.74151.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 18 (7.42% from 255) = 15.79%
R=62.28%
G=21.93%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71251800.650.750.727.9259.5517.45
Hex4719120414B4883c11
Octal10731220101113110107421
Binary100011111001100100100000110010111001000100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471912; }

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

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

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

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

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

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

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

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