Shades of Cocoa Brown #241402
Tints of Cocoa Brown #241402
RGB
CMYK
RGB Variations
Color information
#241402 (or 0x241402) is known color: Cocoa Brown. HEX triplet: 24, 14 and 02. RGB value is (36,20,2). Sum of RGB (Red+Green+Blue) = 36+20+2=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #241402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241402 is #DBEBFD. Grayscale: #161616. Windows color (decimal): -14412798 or 136228. OLE color: 136228.
HSL color Cylindrical-coordinate representation of color #241402: hue angle of 31.76º 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 #241402 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 2 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.86 |
| HSL | 31.76º | 0.89% | 0.07% | - |
| HSV(B) | 31.76º | 0.94% | 0.14% | - |
| XYZ | 0.99 | 0.88 | 0.18 | - |
| YUV | 22.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 2 | 0 | 0.44 | 0.94 | 0.86 | 31.76 | 0.89 | 0.07 |
| Hex | 24 | 14 | 2 | 0 | 2C | 5E | 56 | 20 | 59 | 7 |
| Octal | 44 | 24 | 2 | 0 | 54 | 136 | 126 | 40 | 131 | 7 |
| Binary | 100100 | 10100 | 10 | 0 | 101100 | 1011110 | 1010110 | 100000 | 1011001 | 111 |
Color Harmonies of #241402
Complementary color
Monochromatic Colors of #241402
Black with #241402
Text Example
Text Example
White with #241402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241402; }
p { color: rgb(36,20,2); }
H1.HeaderClassName
{
color: #241402;
}
.AnyTagClassName
{
color: #241402;
}
</style>
background-color css
<style>
a { background-color: #241402; }
a { background-color: rgb(36,20,2); }
div.DivClassName
{
background-color: #241402;
}
.BgClassName
{
background-color: #241402;
}
</style>
border-color css
<style>
span { border-color: #241402; }
span { border-color: rgb(36,20,2); }
td.TdClassName
{
border-color: #241402;
}
.TagClassName
{
border-color: #241402;
}
</style>