#471B11

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

Shades of Brown Pod #471B11

Tints of Brown Pod #471B11

Color information

#471B11 (or 0x471B11) is unknown color: approx Brown Pod. HEX triplet: 47, 1B and 11. RGB value is (71,27,17). Sum of RGB (Red+Green+Blue) = 71+27+17=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B11 is #B8E4EE. Grayscale: #272727. Windows color (decimal): -12117231 or 1121095. OLE color: 1121095.

HSL color Cylindrical-coordinate representation of color #471B11: hue angle of 11.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471B11 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB712717-
CMYK00.620.760.72
HSL11.11º61.36%17.25%-
HSV(B)11.11º76.06%27.84%-
XYZ3.092.160.79-
YUV39.02115.58150.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=61.74%
G=23.48%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71271700.620.760.7211.1161.3617.25
Hex471B1103E4C48b3d11
Octal1073321076114110137521
Binary10001111101110001011111010011001001000101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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