Shades of Cocoa Brown #402308
Tints of Cocoa Brown #402308
RGB
CMYK
RGB Variations
Color information
#402308 (or 0x402308) is known color: Cocoa Brown. HEX triplet: 40, 23 and 08. RGB value is (64,35,8). Sum of RGB (Red+Green+Blue) = 64+35+8=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #402308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402308 is #BFDCF7. Grayscale: #282828. Windows color (decimal): -12573944 or 533312. OLE color: 533312.
HSL color Cylindrical-coordinate representation of color #402308: hue angle of 28.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #402308 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 8 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.75 |
| HSL | 28.93º | 0.78% | 0.14% | - |
| HSV(B) | 28.93º | 0.88% | 0.25% | - |
| XYZ | 2.76 | 2.31 | 0.53 | - |
| YUV | 40.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 8 | 0 | 0.45 | 0.87 | 0.75 | 28.93 | 0.78 | 0.14 |
| Hex | 40 | 23 | 8 | 0 | 2D | 57 | 4B | 1D | 4E | E |
| Octal | 100 | 43 | 10 | 0 | 55 | 127 | 113 | 35 | 116 | 16 |
| Binary | 1000000 | 100011 | 1000 | 0 | 101101 | 1010111 | 1001011 | 11101 | 1001110 | 1110 |
Color Harmonies of #402308
Complementary color
Monochromatic Colors of #402308
Black with #402308
Text Example
Text Example
White with #402308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402308; }
p { color: rgb(64,35,8); }
H1.HeaderClassName
{
color: #402308;
}
.AnyTagClassName
{
color: #402308;
}
</style>
background-color css
<style>
a { background-color: #402308; }
a { background-color: rgb(64,35,8); }
div.DivClassName
{
background-color: #402308;
}
.BgClassName
{
background-color: #402308;
}
</style>
border-color css
<style>
span { border-color: #402308; }
span { border-color: rgb(64,35,8); }
td.TdClassName
{
border-color: #402308;
}
.TagClassName
{
border-color: #402308;
}
</style>