Shades of Cocoa Brown #241502
Tints of Cocoa Brown #241502
RGB
CMYK
RGB Variations
Color information
#241502 (or 0x241502) is known color: Cocoa Brown. HEX triplet: 24, 15 and 02. RGB value is (36,21,2). Sum of RGB (Red+Green+Blue) = 36+21+2=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #241502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241502 is #DBEAFD. Grayscale: #171717. Windows color (decimal): -14412542 or 136484. OLE color: 136484.
HSL color Cylindrical-coordinate representation of color #241502: hue angle of 33.53º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #241502 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 2 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.86 |
| HSL | 33.53º | 0.89% | 0.07% | - |
| HSV(B) | 33.53º | 0.94% | 0.14% | - |
| XYZ | 1.01 | 0.92 | 0.18 | - |
| YUV | 23.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 2 | 0 | 0.42 | 0.94 | 0.86 | 33.53 | 0.89 | 0.07 |
| Hex | 24 | 15 | 2 | 0 | 2A | 5E | 56 | 22 | 59 | 7 |
| Octal | 44 | 25 | 2 | 0 | 52 | 136 | 126 | 42 | 131 | 7 |
| Binary | 100100 | 10101 | 10 | 0 | 101010 | 1011110 | 1010110 | 100010 | 1011001 | 111 |
Color Harmonies of #241502
Complementary color
Monochromatic Colors of #241502
Black with #241502
Text Example
Text Example
White with #241502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241502; }
p { color: rgb(36,21,2); }
H1.HeaderClassName
{
color: #241502;
}
.AnyTagClassName
{
color: #241502;
}
</style>
background-color css
<style>
a { background-color: #241502; }
a { background-color: rgb(36,21,2); }
div.DivClassName
{
background-color: #241502;
}
.BgClassName
{
background-color: #241502;
}
</style>
border-color css
<style>
span { border-color: #241502; }
span { border-color: rgb(36,21,2); }
td.TdClassName
{
border-color: #241502;
}
.TagClassName
{
border-color: #241502;
}
</style>