#471E12

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

Shades of Brown Pod #471E12

Tints of Brown Pod #471E12

Color information

#471E12 (or 0x471E12) is unknown color: approx Brown Pod. HEX triplet: 47, 1E and 12. RGB value is (71,30,18). Sum of RGB (Red+Green+Blue) = 71+30+18=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E12 is #B8E1ED. Grayscale: #282828. Windows color (decimal): -12116462 or 1187399. OLE color: 1187399.

HSL color Cylindrical-coordinate representation of color #471E12: hue angle of 13.58º 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 #471E12 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB713018-
CMYK00.580.750.72
HSL13.58º59.55%17.45%-
HSV(B)13.58º74.65%27.84%-
XYZ3.172.310.85-
YUV40.89115.08149.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=59.66%
G=25.21%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71301800.580.750.7213.5859.5517.45
Hex471E1203A4B48e3c11
Octal1073622072113110167421
Binary10001111111010010011101010010111001000111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471E12; }

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

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

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

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

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

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

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

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