Shades of Cocoa Brown #23190C
Tints of Cocoa Brown #23190C
RGB
CMYK
RGB Variations
Color information
#23190C (or 0x23190C) is known color: Cocoa Brown. HEX triplet: 23, 19 and 0C. RGB value is (35,25,12). Sum of RGB (Red+Green+Blue) = 35+25+12=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #23190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23190C is #DCE6F3. Grayscale: #1A1A1A. Windows color (decimal): -14477044 or 792867. OLE color: 792867.
HSL color Cylindrical-coordinate representation of color #23190C: hue angle of 33.91º 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 #23190C is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 12 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.86 |
| HSL | 33.91º | 0.49% | 0.09% | - |
| HSV(B) | 33.91º | 0.66% | 0.14% | - |
| XYZ | 1.11 | 1.08 | 0.5 | - |
| YUV | 26.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 12 | 0 | 0.29 | 0.66 | 0.86 | 33.91 | 0.49 | 0.09 |
| Hex | 23 | 19 | C | 0 | 1D | 42 | 56 | 22 | 31 | 9 |
| Octal | 43 | 31 | 14 | 0 | 35 | 102 | 126 | 42 | 61 | 11 |
| Binary | 100011 | 11001 | 1100 | 0 | 11101 | 1000010 | 1010110 | 100010 | 110001 | 1001 |
Color Harmonies of #23190C
Complementary color
Monochromatic Colors of #23190C
Black with #23190C
Text Example
Text Example
White with #23190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23190C; }
p { color: rgb(35,25,12); }
H1.HeaderClassName
{
color: #23190C;
}
.AnyTagClassName
{
color: #23190C;
}
</style>
background-color css
<style>
a { background-color: #23190C; }
a { background-color: rgb(35,25,12); }
div.DivClassName
{
background-color: #23190C;
}
.BgClassName
{
background-color: #23190C;
}
</style>
border-color css
<style>
span { border-color: #23190C; }
span { border-color: rgb(35,25,12); }
td.TdClassName
{
border-color: #23190C;
}
.TagClassName
{
border-color: #23190C;
}
</style>