Shades of Cocoa Brown #231201
Tints of Cocoa Brown #231201
RGB
CMYK
RGB Variations
Color information
#231201 (or 0x231201) is known color: Cocoa Brown. HEX triplet: 23, 12 and 01. RGB value is (35,18,1). Sum of RGB (Red+Green+Blue) = 35+18+1=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #231201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231201 is #DCEDFE. Grayscale: #151515. Windows color (decimal): -14478847 or 70179. OLE color: 70179.
HSL color Cylindrical-coordinate representation of color #231201: hue angle of 30º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #231201 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 18 | 1 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.86 |
| HSL | 30º | 0.94% | 0.07% | - |
| HSV(B) | 30º | 0.97% | 0.14% | - |
| XYZ | 0.91 | 0.79 | 0.13 | - |
| YUV | 21.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 1 | 0 | 0.49 | 0.97 | 0.86 | 30 | 0.94 | 0.07 |
| Hex | 23 | 12 | 1 | 0 | 31 | 61 | 56 | 1E | 5E | 7 |
| Octal | 43 | 22 | 1 | 0 | 61 | 141 | 126 | 36 | 136 | 7 |
| Binary | 100011 | 10010 | 1 | 0 | 110001 | 1100001 | 1010110 | 11110 | 1011110 | 111 |
Color Harmonies of #231201
Complementary color
Monochromatic Colors of #231201
Black with #231201
Text Example
Text Example
White with #231201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231201; }
p { color: rgb(35,18,1); }
H1.HeaderClassName
{
color: #231201;
}
.AnyTagClassName
{
color: #231201;
}
</style>
background-color css
<style>
a { background-color: #231201; }
a { background-color: rgb(35,18,1); }
div.DivClassName
{
background-color: #231201;
}
.BgClassName
{
background-color: #231201;
}
</style>
border-color css
<style>
span { border-color: #231201; }
span { border-color: rgb(35,18,1); }
td.TdClassName
{
border-color: #231201;
}
.TagClassName
{
border-color: #231201;
}
</style>