Shades of Cocoa Brown #241407
Tints of Cocoa Brown #241407
RGB
CMYK
RGB Variations
Color information
#241407 (or 0x241407) is known color: Cocoa Brown. HEX triplet: 24, 14 and 07. RGB value is (36,20,7). Sum of RGB (Red+Green+Blue) = 36+20+7=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #241407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241407 is #DBEBF8. Grayscale: #171717. Windows color (decimal): -14412793 or 463908. OLE color: 463908.
HSL color Cylindrical-coordinate representation of color #241407: hue angle of 26.9º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241407 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 7 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.86 |
| HSL | 26.9º | 0.67% | 0.08% | - |
| HSV(B) | 26.9º | 0.81% | 0.14% | - |
| XYZ | 1.02 | 0.89 | 0.32 | - |
| YUV | 23.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 7 | 0 | 0.44 | 0.81 | 0.86 | 26.9 | 0.67 | 0.08 |
| Hex | 24 | 14 | 7 | 0 | 2C | 51 | 56 | 1B | 43 | 8 |
| Octal | 44 | 24 | 7 | 0 | 54 | 121 | 126 | 33 | 103 | 10 |
| Binary | 100100 | 10100 | 111 | 0 | 101100 | 1010001 | 1010110 | 11011 | 1000011 | 1000 |
Color Harmonies of #241407
Complementary color
Monochromatic Colors of #241407
Black with #241407
Text Example
Text Example
White with #241407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241407; }
p { color: rgb(36,20,7); }
H1.HeaderClassName
{
color: #241407;
}
.AnyTagClassName
{
color: #241407;
}
</style>
background-color css
<style>
a { background-color: #241407; }
a { background-color: rgb(36,20,7); }
div.DivClassName
{
background-color: #241407;
}
.BgClassName
{
background-color: #241407;
}
</style>
border-color css
<style>
span { border-color: #241407; }
span { border-color: rgb(36,20,7); }
td.TdClassName
{
border-color: #241407;
}
.TagClassName
{
border-color: #241407;
}
</style>