Shades of Cocoa Brown #402A05
Tints of Cocoa Brown #402A05
RGB
CMYK
RGB Variations
Color information
#402A05 (or 0x402A05) is known color: Cocoa Brown. HEX triplet: 40, 2A and 05. RGB value is (64,42,5). Sum of RGB (Red+Green+Blue) = 64+42+5=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #402A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A05 is #BFD5FA. Grayscale: #2C2C2C. Windows color (decimal): -12572155 or 338496. OLE color: 338496.
HSL color Cylindrical-coordinate representation of color #402A05: hue angle of 37.63º 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 #402A05 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 42 | 5 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.75 |
| HSL | 37.63º | 0.86% | 0.14% | - |
| HSV(B) | 37.63º | 0.92% | 0.25% | - |
| XYZ | 2.97 | 2.76 | 0.52 | - |
| YUV | 44.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 5 | 0 | 0.34 | 0.92 | 0.75 | 37.63 | 0.86 | 0.14 |
| Hex | 40 | 2A | 5 | 0 | 22 | 5C | 4B | 26 | 56 | E |
| Octal | 100 | 52 | 5 | 0 | 42 | 134 | 113 | 46 | 126 | 16 |
| Binary | 1000000 | 101010 | 101 | 0 | 100010 | 1011100 | 1001011 | 100110 | 1010110 | 1110 |
Color Harmonies of #402A05
Complementary color
Monochromatic Colors of #402A05
Black with #402A05
Text Example
Text Example
White with #402A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A05; }
p { color: rgb(64,42,5); }
H1.HeaderClassName
{
color: #402A05;
}
.AnyTagClassName
{
color: #402A05;
}
</style>
background-color css
<style>
a { background-color: #402A05; }
a { background-color: rgb(64,42,5); }
div.DivClassName
{
background-color: #402A05;
}
.BgClassName
{
background-color: #402A05;
}
</style>
border-color css
<style>
span { border-color: #402A05; }
span { border-color: rgb(64,42,5); }
td.TdClassName
{
border-color: #402A05;
}
.TagClassName
{
border-color: #402A05;
}
</style>