Shades of Cocoa Brown #23170C
Tints of Cocoa Brown #23170C
RGB
CMYK
RGB Variations
Color information
#23170C (or 0x23170C) is known color: Cocoa Brown. HEX triplet: 23, 17 and 0C. RGB value is (35,23,12). Sum of RGB (Red+Green+Blue) = 35+23+12=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #23170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23170C is #DCE8F3. Grayscale: #191919. Windows color (decimal): -14477556 or 792355. OLE color: 792355.
HSL color Cylindrical-coordinate representation of color #23170C: hue angle of 28.7º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23170C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 12 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.86 |
| HSL | 28.7º | 0.49% | 0.09% | - |
| HSV(B) | 28.7º | 0.66% | 0.14% | - |
| XYZ | 1.07 | 1 | 0.48 | - |
| YUV | 25.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 12 | 0 | 0.34 | 0.66 | 0.86 | 28.7 | 0.49 | 0.09 |
| Hex | 23 | 17 | C | 0 | 22 | 42 | 56 | 1D | 31 | 9 |
| Octal | 43 | 27 | 14 | 0 | 42 | 102 | 126 | 35 | 61 | 11 |
| Binary | 100011 | 10111 | 1100 | 0 | 100010 | 1000010 | 1010110 | 11101 | 110001 | 1001 |
Color Harmonies of #23170C
Complementary color
Monochromatic Colors of #23170C
Black with #23170C
Text Example
Text Example
White with #23170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23170C; }
p { color: rgb(35,23,12); }
H1.HeaderClassName
{
color: #23170C;
}
.AnyTagClassName
{
color: #23170C;
}
</style>
background-color css
<style>
a { background-color: #23170C; }
a { background-color: rgb(35,23,12); }
div.DivClassName
{
background-color: #23170C;
}
.BgClassName
{
background-color: #23170C;
}
</style>
border-color css
<style>
span { border-color: #23170C; }
span { border-color: rgb(35,23,12); }
td.TdClassName
{
border-color: #23170C;
}
.TagClassName
{
border-color: #23170C;
}
</style>