Shades of Cocoa Brown #402307
Tints of Cocoa Brown #402307
RGB
CMYK
RGB Variations
Color information
#402307 (or 0x402307) is known color: Cocoa Brown. HEX triplet: 40, 23 and 07. RGB value is (64,35,7). Sum of RGB (Red+Green+Blue) = 64+35+7=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402307 is #BFDCF8. Grayscale: #282828. Windows color (decimal): -12573945 or 467776. OLE color: 467776.
HSL color Cylindrical-coordinate representation of color #402307: hue angle of 29.47º 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 #402307 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 7 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.75 |
| HSL | 29.47º | 0.8% | 0.14% | - |
| HSV(B) | 29.47º | 0.89% | 0.25% | - |
| XYZ | 2.75 | 2.31 | 0.5 | - |
| YUV | 40.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 7 | 0 | 0.45 | 0.89 | 0.75 | 29.47 | 0.8 | 0.14 |
| Hex | 40 | 23 | 7 | 0 | 2D | 59 | 4B | 1D | 50 | E |
| Octal | 100 | 43 | 7 | 0 | 55 | 131 | 113 | 35 | 120 | 16 |
| Binary | 1000000 | 100011 | 111 | 0 | 101101 | 1011001 | 1001011 | 11101 | 1010000 | 1110 |
Color Harmonies of #402307
Complementary color
Monochromatic Colors of #402307
Black with #402307
Text Example
Text Example
White with #402307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402307; }
p { color: rgb(64,35,7); }
H1.HeaderClassName
{
color: #402307;
}
.AnyTagClassName
{
color: #402307;
}
</style>
background-color css
<style>
a { background-color: #402307; }
a { background-color: rgb(64,35,7); }
div.DivClassName
{
background-color: #402307;
}
.BgClassName
{
background-color: #402307;
}
</style>
border-color css
<style>
span { border-color: #402307; }
span { border-color: rgb(64,35,7); }
td.TdClassName
{
border-color: #402307;
}
.TagClassName
{
border-color: #402307;
}
</style>