Shades of Cocoa Brown #281705
Tints of Cocoa Brown #281705
RGB
CMYK
RGB Variations
Color information
#281705 (or 0x281705) is known color: Cocoa Brown. HEX triplet: 28, 17 and 05. RGB value is (40,23,5). Sum of RGB (Red+Green+Blue) = 40+23+5=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #281705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281705 is #D7E8FA. Grayscale: #1A1A1A. Windows color (decimal): -14149883 or 333608. OLE color: 333608.
HSL color Cylindrical-coordinate representation of color #281705: hue angle of 30.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281705 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 23 | 5 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.84 |
| HSL | 30.86º | 0.78% | 0.09% | - |
| HSV(B) | 30.86º | 0.88% | 0.16% | - |
| XYZ | 1.21 | 1.07 | 0.29 | - |
| YUV | 26.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 5 | 0 | 0.43 | 0.88 | 0.84 | 30.86 | 0.78 | 0.09 |
| Hex | 28 | 17 | 5 | 0 | 2B | 58 | 54 | 1F | 4E | 9 |
| Octal | 50 | 27 | 5 | 0 | 53 | 130 | 124 | 37 | 116 | 11 |
| Binary | 101000 | 10111 | 101 | 0 | 101011 | 1011000 | 1010100 | 11111 | 1001110 | 1001 |
Color Harmonies of #281705
Complementary color
Monochromatic Colors of #281705
Black with #281705
Text Example
Text Example
White with #281705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281705; }
p { color: rgb(40,23,5); }
H1.HeaderClassName
{
color: #281705;
}
.AnyTagClassName
{
color: #281705;
}
</style>
background-color css
<style>
a { background-color: #281705; }
a { background-color: rgb(40,23,5); }
div.DivClassName
{
background-color: #281705;
}
.BgClassName
{
background-color: #281705;
}
</style>
border-color css
<style>
span { border-color: #281705; }
span { border-color: rgb(40,23,5); }
td.TdClassName
{
border-color: #281705;
}
.TagClassName
{
border-color: #281705;
}
</style>