Shades of Cocoa Brown #241808
Tints of Cocoa Brown #241808
RGB
CMYK
RGB Variations
Color information
#241808 (or 0x241808) is known color: Cocoa Brown. HEX triplet: 24, 18 and 08. RGB value is (36,24,8). Sum of RGB (Red+Green+Blue) = 36+24+8=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #241808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241808 is #DBE7F7. Grayscale: #191919. Windows color (decimal): -14411768 or 530468. OLE color: 530468.
HSL color Cylindrical-coordinate representation of color #241808: hue angle of 34.29º 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 #241808 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 24 | 8 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.86 |
| HSL | 34.29º | 0.64% | 0.09% | - |
| HSV(B) | 34.29º | 0.78% | 0.14% | - |
| XYZ | 1.1 | 1.05 | 0.37 | - |
| YUV | 25.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 8 | 0 | 0.33 | 0.78 | 0.86 | 34.29 | 0.64 | 0.09 |
| Hex | 24 | 18 | 8 | 0 | 21 | 4E | 56 | 22 | 40 | 9 |
| Octal | 44 | 30 | 10 | 0 | 41 | 116 | 126 | 42 | 100 | 11 |
| Binary | 100100 | 11000 | 1000 | 0 | 100001 | 1001110 | 1010110 | 100010 | 1000000 | 1001 |
Color Harmonies of #241808
Complementary color
Monochromatic Colors of #241808
Black with #241808
Text Example
Text Example
White with #241808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241808; }
p { color: rgb(36,24,8); }
H1.HeaderClassName
{
color: #241808;
}
.AnyTagClassName
{
color: #241808;
}
</style>
background-color css
<style>
a { background-color: #241808; }
a { background-color: rgb(36,24,8); }
div.DivClassName
{
background-color: #241808;
}
.BgClassName
{
background-color: #241808;
}
</style>
border-color css
<style>
span { border-color: #241808; }
span { border-color: rgb(36,24,8); }
td.TdClassName
{
border-color: #241808;
}
.TagClassName
{
border-color: #241808;
}
</style>