Shades of Cocoa Brown #402A07
Tints of Cocoa Brown #402A07
RGB
CMYK
RGB Variations
Color information
#402A07 (or 0x402A07) is known color: Cocoa Brown. HEX triplet: 40, 2A and 07. RGB value is (64,42,7). Sum of RGB (Red+Green+Blue) = 64+42+7=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A07 is #BFD5F8. Grayscale: #2C2C2C. Windows color (decimal): -12572153 or 469568. OLE color: 469568.
HSL color Cylindrical-coordinate representation of color #402A07: hue angle of 36.84º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #402A07 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 42 | 7 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.75 |
| HSL | 36.84º | 0.8% | 0.14% | - |
| HSV(B) | 36.84º | 0.89% | 0.25% | - |
| XYZ | 2.98 | 2.76 | 0.58 | - |
| YUV | 44.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 7 | 0 | 0.34 | 0.89 | 0.75 | 36.84 | 0.8 | 0.14 |
| Hex | 40 | 2A | 7 | 0 | 22 | 59 | 4B | 25 | 50 | E |
| Octal | 100 | 52 | 7 | 0 | 42 | 131 | 113 | 45 | 120 | 16 |
| Binary | 1000000 | 101010 | 111 | 0 | 100010 | 1011001 | 1001011 | 100101 | 1010000 | 1110 |
Color Harmonies of #402A07
Complementary color
Monochromatic Colors of #402A07
Black with #402A07
Text Example
Text Example
White with #402A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A07; }
p { color: rgb(64,42,7); }
H1.HeaderClassName
{
color: #402A07;
}
.AnyTagClassName
{
color: #402A07;
}
</style>
background-color css
<style>
a { background-color: #402A07; }
a { background-color: rgb(64,42,7); }
div.DivClassName
{
background-color: #402A07;
}
.BgClassName
{
background-color: #402A07;
}
</style>
border-color css
<style>
span { border-color: #402A07; }
span { border-color: rgb(64,42,7); }
td.TdClassName
{
border-color: #402A07;
}
.TagClassName
{
border-color: #402A07;
}
</style>