Shades of Cocoa Brown #231404
Tints of Cocoa Brown #231404
RGB
CMYK
RGB Variations
Color information
#231404 (or 0x231404) is known color: Cocoa Brown. HEX triplet: 23, 14 and 04. RGB value is (35,20,4). Sum of RGB (Red+Green+Blue) = 35+20+4=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #231404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231404 is #DCEBFB. Grayscale: #161616. Windows color (decimal): -14478332 or 267299. OLE color: 267299.
HSL color Cylindrical-coordinate representation of color #231404: hue angle of 30.97º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231404 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 20 | 4 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.86 |
| HSL | 30.97º | 0.79% | 0.08% | - |
| HSV(B) | 30.97º | 0.89% | 0.14% | - |
| XYZ | 0.97 | 0.87 | 0.23 | - |
| YUV | 22.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 4 | 0 | 0.43 | 0.89 | 0.86 | 30.97 | 0.79 | 0.08 |
| Hex | 23 | 14 | 4 | 0 | 2B | 59 | 56 | 1F | 4F | 8 |
| Octal | 43 | 24 | 4 | 0 | 53 | 131 | 126 | 37 | 117 | 10 |
| Binary | 100011 | 10100 | 100 | 0 | 101011 | 1011001 | 1010110 | 11111 | 1001111 | 1000 |
Color Harmonies of #231404
Complementary color
Monochromatic Colors of #231404
Black with #231404
Text Example
Text Example
White with #231404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231404; }
p { color: rgb(35,20,4); }
H1.HeaderClassName
{
color: #231404;
}
.AnyTagClassName
{
color: #231404;
}
</style>
background-color css
<style>
a { background-color: #231404; }
a { background-color: rgb(35,20,4); }
div.DivClassName
{
background-color: #231404;
}
.BgClassName
{
background-color: #231404;
}
</style>
border-color css
<style>
span { border-color: #231404; }
span { border-color: rgb(35,20,4); }
td.TdClassName
{
border-color: #231404;
}
.TagClassName
{
border-color: #231404;
}
</style>