Shades of Brown Pod #402011
Tints of Brown Pod #402011
RGB
CMYK
RGB Variations
Color information
#402011 (or 0x402011) is known color: Brown Pod. HEX triplet: 40, 20 and 11. RGB value is (64,32,17). Sum of RGB (Red+Green+Blue) = 64+32+17=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402011 is #BFDFEE. Grayscale: #272727. Windows color (decimal): -12574703 or 1122368. OLE color: 1122368.
HSL color Cylindrical-coordinate representation of color #402011: hue angle of 19.15º 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 #402011 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 17 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.75 |
| HSL | 19.15º | 0.58% | 0.16% | - |
| HSV(B) | 19.15º | 0.73% | 0.25% | - |
| XYZ | 2.73 | 2.16 | 0.8 | - |
| YUV | 39.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 17 | 0 | 0.50 | 0.73 | 0.75 | 19.15 | 0.58 | 0.16 |
| Hex | 40 | 20 | 11 | 0 | 32 | 49 | 4B | 13 | 3A | 10 |
| Octal | 100 | 40 | 21 | 0 | 62 | 111 | 113 | 23 | 72 | 20 |
| Binary | 1000000 | 100000 | 10001 | 0 | 110010 | 1001001 | 1001011 | 10011 | 111010 | 10000 |
Color Harmonies of #402011
Complementary color
Monochromatic Colors of #402011
Black with #402011
Text Example
Text Example
White with #402011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402011; }
p { color: rgb(64,32,17); }
H1.HeaderClassName
{
color: #402011;
}
.AnyTagClassName
{
color: #402011;
}
</style>
background-color css
<style>
a { background-color: #402011; }
a { background-color: rgb(64,32,17); }
div.DivClassName
{
background-color: #402011;
}
.BgClassName
{
background-color: #402011;
}
</style>
border-color css
<style>
span { border-color: #402011; }
span { border-color: rgb(64,32,17); }
td.TdClassName
{
border-color: #402011;
}
.TagClassName
{
border-color: #402011;
}
</style>