Shades of Cocoa Brown #231509
Tints of Cocoa Brown #231509
RGB
CMYK
RGB Variations
Color information
#231509 (or 0x231509) is known color: Cocoa Brown. HEX triplet: 23, 15 and 09. RGB value is (35,21,9). Sum of RGB (Red+Green+Blue) = 35+21+9=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #231509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231509 is #DCEAF6. Grayscale: #171717. Windows color (decimal): -14478071 or 595235. OLE color: 595235.
HSL color Cylindrical-coordinate representation of color #231509: hue angle of 27.69º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231509 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 21 | 9 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.86 |
| HSL | 27.69º | 0.59% | 0.09% | - |
| HSV(B) | 27.69º | 0.74% | 0.14% | - |
| XYZ | 1.01 | 0.91 | 0.38 | - |
| YUV | 23.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 9 | 0 | 0.40 | 0.74 | 0.86 | 27.69 | 0.59 | 0.09 |
| Hex | 23 | 15 | 9 | 0 | 28 | 4A | 56 | 1C | 3B | 9 |
| Octal | 43 | 25 | 11 | 0 | 50 | 112 | 126 | 34 | 73 | 11 |
| Binary | 100011 | 10101 | 1001 | 0 | 101000 | 1001010 | 1010110 | 11100 | 111011 | 1001 |
Color Harmonies of #231509
Complementary color
Monochromatic Colors of #231509
Black with #231509
Text Example
Text Example
White with #231509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231509; }
p { color: rgb(35,21,9); }
H1.HeaderClassName
{
color: #231509;
}
.AnyTagClassName
{
color: #231509;
}
</style>
background-color css
<style>
a { background-color: #231509; }
a { background-color: rgb(35,21,9); }
div.DivClassName
{
background-color: #231509;
}
.BgClassName
{
background-color: #231509;
}
</style>
border-color css
<style>
span { border-color: #231509; }
span { border-color: rgb(35,21,9); }
td.TdClassName
{
border-color: #231509;
}
.TagClassName
{
border-color: #231509;
}
</style>