Shades of Cocoa Brown #23190A
Tints of Cocoa Brown #23190A
RGB
CMYK
RGB Variations
Color information
#23190A (or 0x23190A) is known color: Cocoa Brown. HEX triplet: 23, 19 and 0A. RGB value is (35,25,10). Sum of RGB (Red+Green+Blue) = 35+25+10=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #23190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23190A is #DCE6F5. Grayscale: #1A1A1A. Windows color (decimal): -14477046 or 661795. OLE color: 661795.
HSL color Cylindrical-coordinate representation of color #23190A: hue angle of 36º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23190A is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 10 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.86 |
| HSL | 36º | 0.56% | 0.09% | - |
| HSV(B) | 36º | 0.71% | 0.14% | - |
| XYZ | 1.1 | 1.07 | 0.44 | - |
| YUV | 26.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 10 | 0 | 0.29 | 0.71 | 0.86 | 36 | 0.56 | 0.09 |
| Hex | 23 | 19 | A | 0 | 1D | 47 | 56 | 24 | 38 | 9 |
| Octal | 43 | 31 | 12 | 0 | 35 | 107 | 126 | 44 | 70 | 11 |
| Binary | 100011 | 11001 | 1010 | 0 | 11101 | 1000111 | 1010110 | 100100 | 111000 | 1001 |
Color Harmonies of #23190A
Complementary color
Monochromatic Colors of #23190A
Black with #23190A
Text Example
Text Example
White with #23190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23190A; }
p { color: rgb(35,25,10); }
H1.HeaderClassName
{
color: #23190A;
}
.AnyTagClassName
{
color: #23190A;
}
</style>
background-color css
<style>
a { background-color: #23190A; }
a { background-color: rgb(35,25,10); }
div.DivClassName
{
background-color: #23190A;
}
.BgClassName
{
background-color: #23190A;
}
</style>
border-color css
<style>
span { border-color: #23190A; }
span { border-color: rgb(35,25,10); }
td.TdClassName
{
border-color: #23190A;
}
.TagClassName
{
border-color: #23190A;
}
</style>