#401B11

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

Shades of Brown Pod #401B11

Tints of Brown Pod #401B11

Color information

#401B11 (or 0x401B11) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 11. RGB value is (64,27,17). Sum of RGB (Red+Green+Blue) = 64+27+17=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B11 is #BFE4EE. Grayscale: #242424. Windows color (decimal): -12575983 or 1121088. OLE color: 1121088.

HSL color Cylindrical-coordinate representation of color #401B11: hue angle of 12.77º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401B11 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB642717-
CMYK00.580.730.75
HSL12.77º58.02%15.88%-
HSV(B)12.77º73.44%25.1%-
XYZ2.611.910.76-
YUV36.92116.76147.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=59.26%
G=25%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64271700.580.730.7512.7758.0215.88
Hex401B1103A494Bd3a10
Octal1003321072111113157220
Binary10000001101110001011101010010011001011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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