Shades of Cocoa Brown #241508
Tints of Cocoa Brown #241508
RGB
CMYK
RGB Variations
Color information
#241508 (or 0x241508) is known color: Cocoa Brown. HEX triplet: 24, 15 and 08. RGB value is (36,21,8). Sum of RGB (Red+Green+Blue) = 36+21+8=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #241508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241508 is #DBEAF7. Grayscale: #181818. Windows color (decimal): -14412536 or 529700. OLE color: 529700.
HSL color Cylindrical-coordinate representation of color #241508: hue angle of 27.86º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241508 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 8 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.86 |
| HSL | 27.86º | 0.64% | 0.09% | - |
| HSV(B) | 27.86º | 0.78% | 0.14% | - |
| XYZ | 1.04 | 0.93 | 0.35 | - |
| YUV | 24 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 8 | 0 | 0.42 | 0.78 | 0.86 | 27.86 | 0.64 | 0.09 |
| Hex | 24 | 15 | 8 | 0 | 2A | 4E | 56 | 1C | 40 | 9 |
| Octal | 44 | 25 | 10 | 0 | 52 | 116 | 126 | 34 | 100 | 11 |
| Binary | 100100 | 10101 | 1000 | 0 | 101010 | 1001110 | 1010110 | 11100 | 1000000 | 1001 |
Color Harmonies of #241508
Complementary color
Monochromatic Colors of #241508
Black with #241508
Text Example
Text Example
White with #241508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241508; }
p { color: rgb(36,21,8); }
H1.HeaderClassName
{
color: #241508;
}
.AnyTagClassName
{
color: #241508;
}
</style>
background-color css
<style>
a { background-color: #241508; }
a { background-color: rgb(36,21,8); }
div.DivClassName
{
background-color: #241508;
}
.BgClassName
{
background-color: #241508;
}
</style>
border-color css
<style>
span { border-color: #241508; }
span { border-color: rgb(36,21,8); }
td.TdClassName
{
border-color: #241508;
}
.TagClassName
{
border-color: #241508;
}
</style>