Shades of Cocoa Brown #402303
Tints of Cocoa Brown #402303
RGB
CMYK
RGB Variations
Color information
#402303 (or 0x402303) is known color: Cocoa Brown. HEX triplet: 40, 23 and 03. RGB value is (64,35,3). Sum of RGB (Red+Green+Blue) = 64+35+3=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #402303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402303 is #BFDCFC. Grayscale: #282828. Windows color (decimal): -12573949 or 205632. OLE color: 205632.
HSL color Cylindrical-coordinate representation of color #402303: hue angle of 31.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #402303 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 35 | 3 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.75 |
| HSL | 31.48º | 0.91% | 0.13% | - |
| HSV(B) | 31.48º | 0.95% | 0.25% | - |
| XYZ | 2.73 | 2.3 | 0.39 | - |
| YUV | 40.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 3 | 0 | 0.45 | 0.95 | 0.75 | 31.48 | 0.91 | 0.13 |
| Hex | 40 | 23 | 3 | 0 | 2D | 5F | 4B | 1F | 5B | D |
| Octal | 100 | 43 | 3 | 0 | 55 | 137 | 113 | 37 | 133 | 15 |
| Binary | 1000000 | 100011 | 11 | 0 | 101101 | 1011111 | 1001011 | 11111 | 1011011 | 1101 |
Color Harmonies of #402303
Complementary color
Monochromatic Colors of #402303
Black with #402303
Text Example
Text Example
White with #402303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402303; }
p { color: rgb(64,35,3); }
H1.HeaderClassName
{
color: #402303;
}
.AnyTagClassName
{
color: #402303;
}
</style>
background-color css
<style>
a { background-color: #402303; }
a { background-color: rgb(64,35,3); }
div.DivClassName
{
background-color: #402303;
}
.BgClassName
{
background-color: #402303;
}
</style>
border-color css
<style>
span { border-color: #402303; }
span { border-color: rgb(64,35,3); }
td.TdClassName
{
border-color: #402303;
}
.TagClassName
{
border-color: #402303;
}
</style>