Shades of Cocoa Brown #281402
Tints of Cocoa Brown #281402
RGB
CMYK
RGB Variations
Color information
#281402 (or 0x281402) is known color: Cocoa Brown. HEX triplet: 28, 14 and 02. RGB value is (40,20,2). Sum of RGB (Red+Green+Blue) = 40+20+2=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #281402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281402 is #D7EBFD. Grayscale: #181818. Windows color (decimal): -14150654 or 136232. OLE color: 136232.
HSL color Cylindrical-coordinate representation of color #281402: hue angle of 28.42º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #281402 is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 20 | 2 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.84 |
| HSL | 28.42º | 0.9% | 0.08% | - |
| HSV(B) | 28.42º | 0.95% | 0.16% | - |
| XYZ | 1.14 | 0.96 | 0.18 | - |
| YUV | 23.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 2 | 0 | 0.5 | 0.95 | 0.84 | 28.42 | 0.9 | 0.08 |
| Hex | 28 | 14 | 2 | 0 | 32 | 5F | 54 | 1C | 5A | 8 |
| Octal | 50 | 24 | 2 | 0 | 62 | 137 | 124 | 34 | 132 | 10 |
| Binary | 101000 | 10100 | 10 | 0 | 110010 | 1011111 | 1010100 | 11100 | 1011010 | 1000 |
Color Harmonies of #281402
Complementary color
Monochromatic Colors of #281402
Black with #281402
Text Example
Text Example
White with #281402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281402; }
p { color: rgb(40,20,2); }
H1.HeaderClassName
{
color: #281402;
}
.AnyTagClassName
{
color: #281402;
}
</style>
background-color css
<style>
a { background-color: #281402; }
a { background-color: rgb(40,20,2); }
div.DivClassName
{
background-color: #281402;
}
.BgClassName
{
background-color: #281402;
}
</style>
border-color css
<style>
span { border-color: #281402; }
span { border-color: rgb(40,20,2); }
td.TdClassName
{
border-color: #281402;
}
.TagClassName
{
border-color: #281402;
}
</style>