Shades of Cocoa Brown #231600
Tints of Cocoa Brown #231600
RGB
CMYK
RGB Variations
Color information
#231600 (or 0x231600) is known color: Cocoa Brown. HEX triplet: 23, 16 and 00. RGB value is (35,22,0). Sum of RGB (Red+Green+Blue) = 35+22+0=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #231600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231600 is #DCE9FF. Grayscale: #171717. Windows color (decimal): -14477824 or 5667. OLE color: 5667.
HSL color Cylindrical-coordinate representation of color #231600: hue angle of 37.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #231600 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 22 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.86 |
| HSL | 37.71º | 1% | 0.07% | - |
| HSV(B) | 37.71º | 1% | 0.14% | - |
| XYZ | 0.98 | 0.93 | 0.13 | - |
| YUV | 23.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 0 | 0 | 0.37 | 1 | 0.86 | 37.71 | 1 | 0.07 |
| Hex | 23 | 16 | 0 | 0 | 25 | 64 | 56 | 26 | 64 | 7 |
| Octal | 43 | 26 | 0 | 0 | 45 | 144 | 126 | 46 | 144 | 7 |
| Binary | 100011 | 10110 | 0 | 0 | 100101 | 1100100 | 1010110 | 100110 | 1100100 | 111 |
Color Harmonies of #231600
Complementary color
Monochromatic Colors of #231600
Black with #231600
Text Example
Text Example
White with #231600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231600; }
p { color: rgb(35,22,0); }
H1.HeaderClassName
{
color: #231600;
}
.AnyTagClassName
{
color: #231600;
}
</style>
background-color css
<style>
a { background-color: #231600; }
a { background-color: rgb(35,22,0); }
div.DivClassName
{
background-color: #231600;
}
.BgClassName
{
background-color: #231600;
}
</style>
border-color css
<style>
span { border-color: #231600; }
span { border-color: rgb(35,22,0); }
td.TdClassName
{
border-color: #231600;
}
.TagClassName
{
border-color: #231600;
}
</style>