Shades of Cocoa Brown #23180B
Tints of Cocoa Brown #23180B
RGB
CMYK
RGB Variations
Color information
#23180B (or 0x23180B) is known color: Cocoa Brown. HEX triplet: 23, 18 and 0B. RGB value is (35,24,11). Sum of RGB (Red+Green+Blue) = 35+24+11=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #23180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23180B is #DCE7F4. Grayscale: #191919. Windows color (decimal): -14477301 or 727075. OLE color: 727075.
HSL color Cylindrical-coordinate representation of color #23180B: hue angle of 32.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23180B is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 24 | 11 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.86 |
| HSL | 32.5º | 0.52% | 0.09% | - |
| HSV(B) | 32.5º | 0.69% | 0.14% | - |
| XYZ | 1.08 | 1.03 | 0.46 | - |
| YUV | 25.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 11 | 0 | 0.31 | 0.69 | 0.86 | 32.5 | 0.52 | 0.09 |
| Hex | 23 | 18 | B | 0 | 1F | 45 | 56 | 20 | 34 | 9 |
| Octal | 43 | 30 | 13 | 0 | 37 | 105 | 126 | 40 | 64 | 11 |
| Binary | 100011 | 11000 | 1011 | 0 | 11111 | 1000101 | 1010110 | 100000 | 110100 | 1001 |
Color Harmonies of #23180B
Complementary color
Monochromatic Colors of #23180B
Black with #23180B
Text Example
Text Example
White with #23180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23180B; }
p { color: rgb(35,24,11); }
H1.HeaderClassName
{
color: #23180B;
}
.AnyTagClassName
{
color: #23180B;
}
</style>
background-color css
<style>
a { background-color: #23180B; }
a { background-color: rgb(35,24,11); }
div.DivClassName
{
background-color: #23180B;
}
.BgClassName
{
background-color: #23180B;
}
</style>
border-color css
<style>
span { border-color: #23180B; }
span { border-color: rgb(35,24,11); }
td.TdClassName
{
border-color: #23180B;
}
.TagClassName
{
border-color: #23180B;
}
</style>