Shades of Cocoa Brown #281401
Tints of Cocoa Brown #281401
RGB
CMYK
RGB Variations
Color information
#281401 (or 0x281401) is known color: Cocoa Brown. HEX triplet: 28, 14 and 01. RGB value is (40,20,1). Sum of RGB (Red+Green+Blue) = 40+20+1=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #281401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281401 is #D7EBFE. Grayscale: #171717. Windows color (decimal): -14150655 or 70696. OLE color: 70696.
HSL color Cylindrical-coordinate representation of color #281401: hue angle of 29.23º 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 #281401 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 20 | 1 | - |
| CMYK | 0 | 0.5 | 0.98 | 0.84 |
| HSL | 29.23º | 0.95% | 0.08% | - |
| HSV(B) | 29.23º | 0.98% | 0.16% | - |
| XYZ | 1.13 | 0.95 | 0.15 | - |
| YUV | 23.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 1 | 0 | 0.5 | 0.98 | 0.84 | 29.23 | 0.95 | 0.08 |
| Hex | 28 | 14 | 1 | 0 | 32 | 62 | 54 | 1D | 5F | 8 |
| Octal | 50 | 24 | 1 | 0 | 62 | 142 | 124 | 35 | 137 | 10 |
| Binary | 101000 | 10100 | 1 | 0 | 110010 | 1100010 | 1010100 | 11101 | 1011111 | 1000 |
Color Harmonies of #281401
Complementary color
Monochromatic Colors of #281401
Black with #281401
Text Example
Text Example
White with #281401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281401; }
p { color: rgb(40,20,1); }
H1.HeaderClassName
{
color: #281401;
}
.AnyTagClassName
{
color: #281401;
}
</style>
background-color css
<style>
a { background-color: #281401; }
a { background-color: rgb(40,20,1); }
div.DivClassName
{
background-color: #281401;
}
.BgClassName
{
background-color: #281401;
}
</style>
border-color css
<style>
span { border-color: #281401; }
span { border-color: rgb(40,20,1); }
td.TdClassName
{
border-color: #281401;
}
.TagClassName
{
border-color: #281401;
}
</style>