Shades of Cocoa Brown #241A0D
Tints of Cocoa Brown #241A0D
RGB
CMYK
RGB Variations
Color information
#241A0D (or 0x241A0D) is known color: Cocoa Brown. HEX triplet: 24, 1A and 0D. RGB value is (36,26,13). Sum of RGB (Red+Green+Blue) = 36+26+13=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A0D is #DBE5F2. Grayscale: #1B1B1B. Windows color (decimal): -14411251 or 858660. OLE color: 858660.
HSL color Cylindrical-coordinate representation of color #241A0D: hue angle of 33.91º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #241A0D is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 13 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.86 |
| HSL | 33.91º | 0.47% | 0.1% | - |
| HSV(B) | 33.91º | 0.64% | 0.14% | - |
| XYZ | 1.17 | 1.14 | 0.54 | - |
| YUV | 27.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 13 | 0 | 0.28 | 0.64 | 0.86 | 33.91 | 0.47 | 0.1 |
| Hex | 24 | 1A | D | 0 | 1C | 40 | 56 | 22 | 2F | A |
| Octal | 44 | 32 | 15 | 0 | 34 | 100 | 126 | 42 | 57 | 12 |
| Binary | 100100 | 11010 | 1101 | 0 | 11100 | 1000000 | 1010110 | 100010 | 101111 | 1010 |
Color Harmonies of #241A0D
Complementary color
Monochromatic Colors of #241A0D
Black with #241A0D
Text Example
Text Example
White with #241A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A0D; }
p { color: rgb(36,26,13); }
H1.HeaderClassName
{
color: #241A0D;
}
.AnyTagClassName
{
color: #241A0D;
}
</style>
background-color css
<style>
a { background-color: #241A0D; }
a { background-color: rgb(36,26,13); }
div.DivClassName
{
background-color: #241A0D;
}
.BgClassName
{
background-color: #241A0D;
}
</style>
border-color css
<style>
span { border-color: #241A0D; }
span { border-color: rgb(36,26,13); }
td.TdClassName
{
border-color: #241A0D;
}
.TagClassName
{
border-color: #241A0D;
}
</style>