Shades of Cocoa Brown #231704
Tints of Cocoa Brown #231704
RGB
CMYK
RGB Variations
Color information
#231704 (or 0x231704) is known color: Cocoa Brown. HEX triplet: 23, 17 and 04. RGB value is (35,23,4). Sum of RGB (Red+Green+Blue) = 35+23+4=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #231704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231704 is #DCE8FB. Grayscale: #181818. Windows color (decimal): -14477564 or 268067. OLE color: 268067.
HSL color Cylindrical-coordinate representation of color #231704: hue angle of 36.77º 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 #231704 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 4 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.86 |
| HSL | 36.77º | 0.79% | 0.08% | - |
| HSV(B) | 36.77º | 0.89% | 0.14% | - |
| XYZ | 1.02 | 0.98 | 0.25 | - |
| YUV | 24.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 4 | 0 | 0.34 | 0.89 | 0.86 | 36.77 | 0.79 | 0.08 |
| Hex | 23 | 17 | 4 | 0 | 22 | 59 | 56 | 25 | 4F | 8 |
| Octal | 43 | 27 | 4 | 0 | 42 | 131 | 126 | 45 | 117 | 10 |
| Binary | 100011 | 10111 | 100 | 0 | 100010 | 1011001 | 1010110 | 100101 | 1001111 | 1000 |
Color Harmonies of #231704
Complementary color
Monochromatic Colors of #231704
Black with #231704
Text Example
Text Example
White with #231704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231704; }
p { color: rgb(35,23,4); }
H1.HeaderClassName
{
color: #231704;
}
.AnyTagClassName
{
color: #231704;
}
</style>
background-color css
<style>
a { background-color: #231704; }
a { background-color: rgb(35,23,4); }
div.DivClassName
{
background-color: #231704;
}
.BgClassName
{
background-color: #231704;
}
</style>
border-color css
<style>
span { border-color: #231704; }
span { border-color: rgb(35,23,4); }
td.TdClassName
{
border-color: #231704;
}
.TagClassName
{
border-color: #231704;
}
</style>