#471B12

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

Shades of Brown Pod #471B12

Tints of Brown Pod #471B12

Color information

#471B12 (or 0x471B12) is unknown color: approx Brown Pod. HEX triplet: 47, 1B and 12. RGB value is (71,27,18). Sum of RGB (Red+Green+Blue) = 71+27+18=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B12 is #B8E4ED. Grayscale: #272727. Windows color (decimal): -12117230 or 1186631. OLE color: 1186631.

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

Color convert

RGB712718-
CMYK00.620.750.72
HSL10.19º59.55%17.45%-
HSV(B)10.19º74.65%27.84%-
XYZ3.12.170.83-
YUV39.13116.08150.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=61.21%
G=23.28%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71271800.620.750.7210.1959.5517.45
Hex471B1203E4B48a3c11
Octal1073322076113110127421
Binary10001111101110010011111010010111001000101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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