Shades of Cocoa Brown #241705
Tints of Cocoa Brown #241705
RGB
CMYK
RGB Variations
Color information
#241705 (or 0x241705) is known color: Cocoa Brown. HEX triplet: 24, 17 and 05. RGB value is (36,23,5). Sum of RGB (Red+Green+Blue) = 36+23+5=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #241705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241705 is #DBE8FA. Grayscale: #181818. Windows color (decimal): -14412027 or 333604. OLE color: 333604.
HSL color Cylindrical-coordinate representation of color #241705: hue angle of 34.84º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241705 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 23 | 5 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.86 |
| HSL | 34.84º | 0.76% | 0.08% | - |
| HSV(B) | 34.84º | 0.86% | 0.14% | - |
| XYZ | 1.06 | 1 | 0.28 | - |
| YUV | 24.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 5 | 0 | 0.36 | 0.86 | 0.86 | 34.84 | 0.76 | 0.08 |
| Hex | 24 | 17 | 5 | 0 | 24 | 56 | 56 | 23 | 4C | 8 |
| Octal | 44 | 27 | 5 | 0 | 44 | 126 | 126 | 43 | 114 | 10 |
| Binary | 100100 | 10111 | 101 | 0 | 100100 | 1010110 | 1010110 | 100011 | 1001100 | 1000 |
Color Harmonies of #241705
Complementary color
Monochromatic Colors of #241705
Black with #241705
Text Example
Text Example
White with #241705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241705; }
p { color: rgb(36,23,5); }
H1.HeaderClassName
{
color: #241705;
}
.AnyTagClassName
{
color: #241705;
}
</style>
background-color css
<style>
a { background-color: #241705; }
a { background-color: rgb(36,23,5); }
div.DivClassName
{
background-color: #241705;
}
.BgClassName
{
background-color: #241705;
}
</style>
border-color css
<style>
span { border-color: #241705; }
span { border-color: rgb(36,23,5); }
td.TdClassName
{
border-color: #241705;
}
.TagClassName
{
border-color: #241705;
}
</style>