Shades of Cocoa Brown #231700
Tints of Cocoa Brown #231700
RGB
CMYK
RGB Variations
Color information
#231700 (or 0x231700) is known color: Cocoa Brown. HEX triplet: 23, 17 and 00. RGB value is (35,23,0). Sum of RGB (Red+Green+Blue) = 35+23+0=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231700 is #DCE8FF. Grayscale: #181818. Windows color (decimal): -14477568 or 5923. OLE color: 5923.
HSL color Cylindrical-coordinate representation of color #231700: hue angle of 39.43º 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 #231700 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.86 |
| HSL | 39.43º | 1% | 0.07% | - |
| HSV(B) | 39.43º | 1% | 0.14% | - |
| XYZ | 1 | 0.97 | 0.13 | - |
| YUV | 23.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 0 | 0 | 0.34 | 1 | 0.86 | 39.43 | 1 | 0.07 |
| Hex | 23 | 17 | 0 | 0 | 22 | 64 | 56 | 27 | 64 | 7 |
| Octal | 43 | 27 | 0 | 0 | 42 | 144 | 126 | 47 | 144 | 7 |
| Binary | 100011 | 10111 | 0 | 0 | 100010 | 1100100 | 1010110 | 100111 | 1100100 | 111 |
Color Harmonies of #231700
Complementary color
Monochromatic Colors of #231700
Black with #231700
Text Example
Text Example
White with #231700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231700; }
p { color: rgb(35,23,0); }
H1.HeaderClassName
{
color: #231700;
}
.AnyTagClassName
{
color: #231700;
}
</style>
background-color css
<style>
a { background-color: #231700; }
a { background-color: rgb(35,23,0); }
div.DivClassName
{
background-color: #231700;
}
.BgClassName
{
background-color: #231700;
}
</style>
border-color css
<style>
span { border-color: #231700; }
span { border-color: rgb(35,23,0); }
td.TdClassName
{
border-color: #231700;
}
.TagClassName
{
border-color: #231700;
}
</style>