Shades of Cocoa Brown #402205
Tints of Cocoa Brown #402205
RGB
CMYK
RGB Variations
Color information
#402205 (or 0x402205) is known color: Cocoa Brown. HEX triplet: 40, 22 and 05. RGB value is (64,34,5). Sum of RGB (Red+Green+Blue) = 64+34+5=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402205 is #BFDDFA. Grayscale: #272727. Windows color (decimal): -12574203 or 336448. OLE color: 336448.
HSL color Cylindrical-coordinate representation of color #402205: hue angle of 29.49º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #402205 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 34 | 5 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.75 |
| HSL | 29.49º | 0.86% | 0.14% | - |
| HSV(B) | 29.49º | 0.92% | 0.25% | - |
| XYZ | 2.71 | 2.25 | 0.43 | - |
| YUV | 39.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 5 | 0 | 0.47 | 0.92 | 0.75 | 29.49 | 0.86 | 0.14 |
| Hex | 40 | 22 | 5 | 0 | 2F | 5C | 4B | 1D | 56 | E |
| Octal | 100 | 42 | 5 | 0 | 57 | 134 | 113 | 35 | 126 | 16 |
| Binary | 1000000 | 100010 | 101 | 0 | 101111 | 1011100 | 1001011 | 11101 | 1010110 | 1110 |
Color Harmonies of #402205
Complementary color
Monochromatic Colors of #402205
Black with #402205
Text Example
Text Example
White with #402205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402205; }
p { color: rgb(64,34,5); }
H1.HeaderClassName
{
color: #402205;
}
.AnyTagClassName
{
color: #402205;
}
</style>
background-color css
<style>
a { background-color: #402205; }
a { background-color: rgb(64,34,5); }
div.DivClassName
{
background-color: #402205;
}
.BgClassName
{
background-color: #402205;
}
</style>
border-color css
<style>
span { border-color: #402205; }
span { border-color: rgb(64,34,5); }
td.TdClassName
{
border-color: #402205;
}
.TagClassName
{
border-color: #402205;
}
</style>