Shades of Cocoa Brown #241A0B
Tints of Cocoa Brown #241A0B
RGB
CMYK
RGB Variations
Color information
#241A0B (or 0x241A0B) is known color: Cocoa Brown. HEX triplet: 24, 1A and 0B. RGB value is (36,26,11). Sum of RGB (Red+Green+Blue) = 36+26+11=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #241A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A0B is #DBE5F4. Grayscale: #1B1B1B. Windows color (decimal): -14411253 or 727588. OLE color: 727588.
HSL color Cylindrical-coordinate representation of color #241A0B: hue angle of 36º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241A0B is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 11 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.86 |
| HSL | 36º | 0.53% | 0.09% | - |
| HSV(B) | 36º | 0.69% | 0.14% | - |
| XYZ | 1.16 | 1.14 | 0.48 | - |
| YUV | 27.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 11 | 0 | 0.28 | 0.69 | 0.86 | 36 | 0.53 | 0.09 |
| Hex | 24 | 1A | B | 0 | 1C | 45 | 56 | 24 | 35 | 9 |
| Octal | 44 | 32 | 13 | 0 | 34 | 105 | 126 | 44 | 65 | 11 |
| Binary | 100100 | 11010 | 1011 | 0 | 11100 | 1000101 | 1010110 | 100100 | 110101 | 1001 |
Color Harmonies of #241A0B
Complementary color
Monochromatic Colors of #241A0B
Black with #241A0B
Text Example
Text Example
White with #241A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A0B; }
p { color: rgb(36,26,11); }
H1.HeaderClassName
{
color: #241A0B;
}
.AnyTagClassName
{
color: #241A0B;
}
</style>
background-color css
<style>
a { background-color: #241A0B; }
a { background-color: rgb(36,26,11); }
div.DivClassName
{
background-color: #241A0B;
}
.BgClassName
{
background-color: #241A0B;
}
</style>
border-color css
<style>
span { border-color: #241A0B; }
span { border-color: rgb(36,26,11); }
td.TdClassName
{
border-color: #241A0B;
}
.TagClassName
{
border-color: #241A0B;
}
</style>