Shades of Cocoa Brown #281607
Tints of Cocoa Brown #281607
RGB
CMYK
RGB Variations
Color information
#281607 (or 0x281607) is known color: Cocoa Brown. HEX triplet: 28, 16 and 07. RGB value is (40,22,7). Sum of RGB (Red+Green+Blue) = 40+22+7=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #281607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281607 is #D7E9F8. Grayscale: #191919. Windows color (decimal): -14150137 or 464424. OLE color: 464424.
HSL color Cylindrical-coordinate representation of color #281607: hue angle of 27.27º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281607 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 22 | 7 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.84 |
| HSL | 27.27º | 0.7% | 0.09% | - |
| HSV(B) | 27.27º | 0.83% | 0.16% | - |
| XYZ | 1.2 | 1.04 | 0.34 | - |
| YUV | 25.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 7 | 0 | 0.45 | 0.83 | 0.84 | 27.27 | 0.7 | 0.09 |
| Hex | 28 | 16 | 7 | 0 | 2D | 53 | 54 | 1B | 46 | 9 |
| Octal | 50 | 26 | 7 | 0 | 55 | 123 | 124 | 33 | 106 | 11 |
| Binary | 101000 | 10110 | 111 | 0 | 101101 | 1010011 | 1010100 | 11011 | 1000110 | 1001 |
Color Harmonies of #281607
Complementary color
Monochromatic Colors of #281607
Black with #281607
Text Example
Text Example
White with #281607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281607; }
p { color: rgb(40,22,7); }
H1.HeaderClassName
{
color: #281607;
}
.AnyTagClassName
{
color: #281607;
}
</style>
background-color css
<style>
a { background-color: #281607; }
a { background-color: rgb(40,22,7); }
div.DivClassName
{
background-color: #281607;
}
.BgClassName
{
background-color: #281607;
}
</style>
border-color css
<style>
span { border-color: #281607; }
span { border-color: rgb(40,22,7); }
td.TdClassName
{
border-color: #281607;
}
.TagClassName
{
border-color: #281607;
}
</style>