Shades of Cocoa Brown #231705
Tints of Cocoa Brown #231705
RGB
CMYK
RGB Variations
Color information
#231705 (or 0x231705) is known color: Cocoa Brown. HEX triplet: 23, 17 and 05. RGB value is (35,23,5). Sum of RGB (Red+Green+Blue) = 35+23+5=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #231705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231705 is #DCE8FA. Grayscale: #181818. Windows color (decimal): -14477563 or 333603. OLE color: 333603.
HSL color Cylindrical-coordinate representation of color #231705: hue angle of 36º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231705 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 5 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.86 |
| HSL | 36º | 0.75% | 0.08% | - |
| HSV(B) | 36º | 0.86% | 0.14% | - |
| XYZ | 1.03 | 0.98 | 0.28 | - |
| YUV | 24.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 5 | 0 | 0.34 | 0.86 | 0.86 | 36 | 0.75 | 0.08 |
| Hex | 23 | 17 | 5 | 0 | 22 | 56 | 56 | 24 | 4B | 8 |
| Octal | 43 | 27 | 5 | 0 | 42 | 126 | 126 | 44 | 113 | 10 |
| Binary | 100011 | 10111 | 101 | 0 | 100010 | 1010110 | 1010110 | 100100 | 1001011 | 1000 |
Color Harmonies of #231705
Complementary color
Monochromatic Colors of #231705
Black with #231705
Text Example
Text Example
White with #231705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231705; }
p { color: rgb(35,23,5); }
H1.HeaderClassName
{
color: #231705;
}
.AnyTagClassName
{
color: #231705;
}
</style>
background-color css
<style>
a { background-color: #231705; }
a { background-color: rgb(35,23,5); }
div.DivClassName
{
background-color: #231705;
}
.BgClassName
{
background-color: #231705;
}
</style>
border-color css
<style>
span { border-color: #231705; }
span { border-color: rgb(35,23,5); }
td.TdClassName
{
border-color: #231705;
}
.TagClassName
{
border-color: #231705;
}
</style>