Shades of Brown Pod #402012
Tints of Brown Pod #402012
RGB
CMYK
RGB Variations
Color information
#402012 (or 0x402012) is known color: Brown Pod. HEX triplet: 40, 20 and 12. RGB value is (64,32,18). Sum of RGB (Red+Green+Blue) = 64+32+18=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #402012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402012 is #BFDFED. Grayscale: #282828. Windows color (decimal): -12574702 or 1187904. OLE color: 1187904.
HSL color Cylindrical-coordinate representation of color #402012: hue angle of 18.26º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402012 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 18 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.75 |
| HSL | 18.26º | 0.56% | 0.16% | - |
| HSV(B) | 18.26º | 0.72% | 0.25% | - |
| XYZ | 2.74 | 2.17 | 0.85 | - |
| YUV | 39.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 18 | 0 | 0.50 | 0.72 | 0.75 | 18.26 | 0.56 | 0.16 |
| Hex | 40 | 20 | 12 | 0 | 32 | 48 | 4B | 12 | 38 | 10 |
| Octal | 100 | 40 | 22 | 0 | 62 | 110 | 113 | 22 | 70 | 20 |
| Binary | 1000000 | 100000 | 10010 | 0 | 110010 | 1001000 | 1001011 | 10010 | 111000 | 10000 |
Color Harmonies of #402012
Complementary color
Monochromatic Colors of #402012
Black with #402012
Text Example
Text Example
White with #402012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402012; }
p { color: rgb(64,32,18); }
H1.HeaderClassName
{
color: #402012;
}
.AnyTagClassName
{
color: #402012;
}
</style>
background-color css
<style>
a { background-color: #402012; }
a { background-color: rgb(64,32,18); }
div.DivClassName
{
background-color: #402012;
}
.BgClassName
{
background-color: #402012;
}
</style>
border-color css
<style>
span { border-color: #402012; }
span { border-color: rgb(64,32,18); }
td.TdClassName
{
border-color: #402012;
}
.TagClassName
{
border-color: #402012;
}
</style>