Shades of Cocoa Brown #281907
Tints of Cocoa Brown #281907
RGB
CMYK
RGB Variations
Color information
#281907 (or 0x281907) is known color: Cocoa Brown. HEX triplet: 28, 19 and 07. RGB value is (40,25,7). Sum of RGB (Red+Green+Blue) = 40+25+7=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #281907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281907 is #D7E6F8. Grayscale: #1B1B1B. Windows color (decimal): -14149369 or 465192. OLE color: 465192.
HSL color Cylindrical-coordinate representation of color #281907: hue angle of 32.73º 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 #281907 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 7 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.84 |
| HSL | 32.73º | 0.7% | 0.09% | - |
| HSV(B) | 32.73º | 0.83% | 0.16% | - |
| XYZ | 1.26 | 1.16 | 0.36 | - |
| YUV | 27.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 7 | 0 | 0.38 | 0.83 | 0.84 | 32.73 | 0.7 | 0.09 |
| Hex | 28 | 19 | 7 | 0 | 26 | 53 | 54 | 21 | 46 | 9 |
| Octal | 50 | 31 | 7 | 0 | 46 | 123 | 124 | 41 | 106 | 11 |
| Binary | 101000 | 11001 | 111 | 0 | 100110 | 1010011 | 1010100 | 100001 | 1000110 | 1001 |
Color Harmonies of #281907
Complementary color
Monochromatic Colors of #281907
Black with #281907
Text Example
Text Example
White with #281907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281907; }
p { color: rgb(40,25,7); }
H1.HeaderClassName
{
color: #281907;
}
.AnyTagClassName
{
color: #281907;
}
</style>
background-color css
<style>
a { background-color: #281907; }
a { background-color: rgb(40,25,7); }
div.DivClassName
{
background-color: #281907;
}
.BgClassName
{
background-color: #281907;
}
</style>
border-color css
<style>
span { border-color: #281907; }
span { border-color: rgb(40,25,7); }
td.TdClassName
{
border-color: #281907;
}
.TagClassName
{
border-color: #281907;
}
</style>