Shades of Cocoa Brown #402305
Tints of Cocoa Brown #402305
RGB
CMYK
RGB Variations
Color information
#402305 (or 0x402305) is known color: Cocoa Brown. HEX triplet: 40, 23 and 05. RGB value is (64,35,5). Sum of RGB (Red+Green+Blue) = 64+35+5=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #402305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402305 is #BFDCFA. Grayscale: #282828. Windows color (decimal): -12573947 or 336704. OLE color: 336704.
HSL color Cylindrical-coordinate representation of color #402305: hue angle of 30.51º 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 #402305 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 5 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.75 |
| HSL | 30.51º | 0.86% | 0.14% | - |
| HSV(B) | 30.51º | 0.92% | 0.25% | - |
| XYZ | 2.74 | 2.3 | 0.44 | - |
| YUV | 40.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 5 | 0 | 0.45 | 0.92 | 0.75 | 30.51 | 0.86 | 0.14 |
| Hex | 40 | 23 | 5 | 0 | 2D | 5C | 4B | 1F | 56 | E |
| Octal | 100 | 43 | 5 | 0 | 55 | 134 | 113 | 37 | 126 | 16 |
| Binary | 1000000 | 100011 | 101 | 0 | 101101 | 1011100 | 1001011 | 11111 | 1010110 | 1110 |
Color Harmonies of #402305
Complementary color
Monochromatic Colors of #402305
Black with #402305
Text Example
Text Example
White with #402305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402305; }
p { color: rgb(64,35,5); }
H1.HeaderClassName
{
color: #402305;
}
.AnyTagClassName
{
color: #402305;
}
</style>
background-color css
<style>
a { background-color: #402305; }
a { background-color: rgb(64,35,5); }
div.DivClassName
{
background-color: #402305;
}
.BgClassName
{
background-color: #402305;
}
</style>
border-color css
<style>
span { border-color: #402305; }
span { border-color: rgb(64,35,5); }
td.TdClassName
{
border-color: #402305;
}
.TagClassName
{
border-color: #402305;
}
</style>