Shades of Cocoa Brown #24190F
Tints of Cocoa Brown #24190F
RGB
CMYK
RGB Variations
Color information
#24190F (or 0x24190F) is known color: Cocoa Brown. HEX triplet: 24, 19 and 0F. RGB value is (36,25,15). Sum of RGB (Red+Green+Blue) = 36+25+15=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #24190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24190F is #DBE6F0. Grayscale: #1B1B1B. Windows color (decimal): -14411505 or 989476. OLE color: 989476.
HSL color Cylindrical-coordinate representation of color #24190F: hue angle of 28.57º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24190F is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 25 | 15 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.86 |
| HSL | 28.57º | 0.41% | 0.1% | - |
| HSV(B) | 28.57º | 0.58% | 0.14% | - |
| XYZ | 1.16 | 1.1 | 0.6 | - |
| YUV | 27.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 15 | 0 | 0.31 | 0.58 | 0.86 | 28.57 | 0.41 | 0.1 |
| Hex | 24 | 19 | F | 0 | 1F | 3A | 56 | 1D | 29 | A |
| Octal | 44 | 31 | 17 | 0 | 37 | 72 | 126 | 35 | 51 | 12 |
| Binary | 100100 | 11001 | 1111 | 0 | 11111 | 111010 | 1010110 | 11101 | 101001 | 1010 |
Color Harmonies of #24190F
Complementary color
Monochromatic Colors of #24190F
Black with #24190F
Text Example
Text Example
White with #24190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24190F; }
p { color: rgb(36,25,15); }
H1.HeaderClassName
{
color: #24190F;
}
.AnyTagClassName
{
color: #24190F;
}
</style>
background-color css
<style>
a { background-color: #24190F; }
a { background-color: rgb(36,25,15); }
div.DivClassName
{
background-color: #24190F;
}
.BgClassName
{
background-color: #24190F;
}
</style>
border-color css
<style>
span { border-color: #24190F; }
span { border-color: rgb(36,25,15); }
td.TdClassName
{
border-color: #24190F;
}
.TagClassName
{
border-color: #24190F;
}
</style>