Shades of Cocoa Brown #241404
Tints of Cocoa Brown #241404
RGB
CMYK
RGB Variations
Color information
#241404 (or 0x241404) is known color: Cocoa Brown. HEX triplet: 24, 14 and 04. RGB value is (36,20,4). Sum of RGB (Red+Green+Blue) = 36+20+4=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #241404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241404 is #DBEBFB. Grayscale: #171717. Windows color (decimal): -14412796 or 267300. OLE color: 267300.
HSL color Cylindrical-coordinate representation of color #241404: hue angle of 30º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241404 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 4 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.86 |
| HSL | 30º | 0.8% | 0.08% | - |
| HSV(B) | 30º | 0.89% | 0.14% | - |
| XYZ | 1 | 0.88 | 0.23 | - |
| YUV | 22.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 4 | 0 | 0.44 | 0.89 | 0.86 | 30 | 0.8 | 0.08 |
| Hex | 24 | 14 | 4 | 0 | 2C | 59 | 56 | 1E | 50 | 8 |
| Octal | 44 | 24 | 4 | 0 | 54 | 131 | 126 | 36 | 120 | 10 |
| Binary | 100100 | 10100 | 100 | 0 | 101100 | 1011001 | 1010110 | 11110 | 1010000 | 1000 |
Color Harmonies of #241404
Complementary color
Monochromatic Colors of #241404
Black with #241404
Text Example
Text Example
White with #241404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241404; }
p { color: rgb(36,20,4); }
H1.HeaderClassName
{
color: #241404;
}
.AnyTagClassName
{
color: #241404;
}
</style>
background-color css
<style>
a { background-color: #241404; }
a { background-color: rgb(36,20,4); }
div.DivClassName
{
background-color: #241404;
}
.BgClassName
{
background-color: #241404;
}
</style>
border-color css
<style>
span { border-color: #241404; }
span { border-color: rgb(36,20,4); }
td.TdClassName
{
border-color: #241404;
}
.TagClassName
{
border-color: #241404;
}
</style>