Shades of Cocoa Brown #402302
Tints of Cocoa Brown #402302
RGB
CMYK
RGB Variations
Color information
#402302 (or 0x402302) is known color: Cocoa Brown. HEX triplet: 40, 23 and 02. RGB value is (64,35,2). Sum of RGB (Red+Green+Blue) = 64+35+2=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #402302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402302 is #BFDCFD. Grayscale: #282828. Windows color (decimal): -12573950 or 140096. OLE color: 140096.
HSL color Cylindrical-coordinate representation of color #402302: hue angle of 31.94º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #402302 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 2 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.75 |
| HSL | 31.94º | 0.94% | 0.13% | - |
| HSV(B) | 31.94º | 0.97% | 0.25% | - |
| XYZ | 2.73 | 2.3 | 0.36 | - |
| YUV | 39.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 2 | 0 | 0.45 | 0.97 | 0.75 | 31.94 | 0.94 | 0.13 |
| Hex | 40 | 23 | 2 | 0 | 2D | 61 | 4B | 20 | 5E | D |
| Octal | 100 | 43 | 2 | 0 | 55 | 141 | 113 | 40 | 136 | 15 |
| Binary | 1000000 | 100011 | 10 | 0 | 101101 | 1100001 | 1001011 | 100000 | 1011110 | 1101 |
Color Harmonies of #402302
Complementary color
Monochromatic Colors of #402302
Black with #402302
Text Example
Text Example
White with #402302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402302; }
p { color: rgb(64,35,2); }
H1.HeaderClassName
{
color: #402302;
}
.AnyTagClassName
{
color: #402302;
}
</style>
background-color css
<style>
a { background-color: #402302; }
a { background-color: rgb(64,35,2); }
div.DivClassName
{
background-color: #402302;
}
.BgClassName
{
background-color: #402302;
}
</style>
border-color css
<style>
span { border-color: #402302; }
span { border-color: rgb(64,35,2); }
td.TdClassName
{
border-color: #402302;
}
.TagClassName
{
border-color: #402302;
}
</style>