Shades of Cocoa Brown #24190D
Tints of Cocoa Brown #24190D
RGB
CMYK
RGB Variations
Color information
#24190D (or 0x24190D) is known color: Cocoa Brown. HEX triplet: 24, 19 and 0D. RGB value is (36,25,13). Sum of RGB (Red+Green+Blue) = 36+25+13=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #24190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24190D is #DBE6F2. Grayscale: #1A1A1A. Windows color (decimal): -14411507 or 858404. OLE color: 858404.
HSL color Cylindrical-coordinate representation of color #24190D: hue angle of 31.3º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #24190D is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 25 | 13 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.86 |
| HSL | 31.3º | 0.47% | 0.1% | - |
| HSV(B) | 31.3º | 0.64% | 0.14% | - |
| XYZ | 1.15 | 1.1 | 0.53 | - |
| YUV | 26.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 13 | 0 | 0.31 | 0.64 | 0.86 | 31.3 | 0.47 | 0.1 |
| Hex | 24 | 19 | D | 0 | 1F | 40 | 56 | 1F | 2F | A |
| Octal | 44 | 31 | 15 | 0 | 37 | 100 | 126 | 37 | 57 | 12 |
| Binary | 100100 | 11001 | 1101 | 0 | 11111 | 1000000 | 1010110 | 11111 | 101111 | 1010 |
Color Harmonies of #24190D
Complementary color
Monochromatic Colors of #24190D
Black with #24190D
Text Example
Text Example
White with #24190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24190D; }
p { color: rgb(36,25,13); }
H1.HeaderClassName
{
color: #24190D;
}
.AnyTagClassName
{
color: #24190D;
}
</style>
background-color css
<style>
a { background-color: #24190D; }
a { background-color: rgb(36,25,13); }
div.DivClassName
{
background-color: #24190D;
}
.BgClassName
{
background-color: #24190D;
}
</style>
border-color css
<style>
span { border-color: #24190D; }
span { border-color: rgb(36,25,13); }
td.TdClassName
{
border-color: #24190D;
}
.TagClassName
{
border-color: #24190D;
}
</style>