Shades of Cocoa Brown #281801
Tints of Cocoa Brown #281801
RGB
CMYK
RGB Variations
Color information
#281801 (or 0x281801) is known color: Cocoa Brown. HEX triplet: 28, 18 and 01. RGB value is (40,24,1). Sum of RGB (Red+Green+Blue) = 40+24+1=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #281801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281801 is #D7E7FE. Grayscale: #1A1A1A. Windows color (decimal): -14149631 or 71720. OLE color: 71720.
HSL color Cylindrical-coordinate representation of color #281801: hue angle of 35.38º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #281801 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 24 | 1 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.84 |
| HSL | 35.38º | 0.95% | 0.08% | - |
| HSV(B) | 35.38º | 0.98% | 0.16% | - |
| XYZ | 1.21 | 1.11 | 0.18 | - |
| YUV | 26.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 1 | 0 | 0.40 | 0.98 | 0.84 | 35.38 | 0.95 | 0.08 |
| Hex | 28 | 18 | 1 | 0 | 28 | 62 | 54 | 23 | 5F | 8 |
| Octal | 50 | 30 | 1 | 0 | 50 | 142 | 124 | 43 | 137 | 10 |
| Binary | 101000 | 11000 | 1 | 0 | 101000 | 1100010 | 1010100 | 100011 | 1011111 | 1000 |
Color Harmonies of #281801
Complementary color
Monochromatic Colors of #281801
Black with #281801
Text Example
Text Example
White with #281801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281801; }
p { color: rgb(40,24,1); }
H1.HeaderClassName
{
color: #281801;
}
.AnyTagClassName
{
color: #281801;
}
</style>
background-color css
<style>
a { background-color: #281801; }
a { background-color: rgb(40,24,1); }
div.DivClassName
{
background-color: #281801;
}
.BgClassName
{
background-color: #281801;
}
</style>
border-color css
<style>
span { border-color: #281801; }
span { border-color: rgb(40,24,1); }
td.TdClassName
{
border-color: #281801;
}
.TagClassName
{
border-color: #281801;
}
</style>