Shades of Cocoa Brown #281403
Tints of Cocoa Brown #281403
RGB
CMYK
RGB Variations
Color information
#281403 (or 0x281403) is known color: Cocoa Brown. HEX triplet: 28, 14 and 03. RGB value is (40,20,3). Sum of RGB (Red+Green+Blue) = 40+20+3=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #281403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281403 is #D7EBFC. Grayscale: #181818. Windows color (decimal): -14150653 or 201768. OLE color: 201768.
HSL color Cylindrical-coordinate representation of color #281403: hue angle of 27.57º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #281403 is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 20 | 3 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.84 |
| HSL | 27.57º | 0.86% | 0.08% | - |
| HSV(B) | 27.57º | 0.93% | 0.16% | - |
| XYZ | 1.14 | 0.96 | 0.21 | - |
| YUV | 24.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 3 | 0 | 0.5 | 0.93 | 0.84 | 27.57 | 0.86 | 0.08 |
| Hex | 28 | 14 | 3 | 0 | 32 | 5D | 54 | 1C | 56 | 8 |
| Octal | 50 | 24 | 3 | 0 | 62 | 135 | 124 | 34 | 126 | 10 |
| Binary | 101000 | 10100 | 11 | 0 | 110010 | 1011101 | 1010100 | 11100 | 1010110 | 1000 |
Color Harmonies of #281403
Complementary color
Monochromatic Colors of #281403
Black with #281403
Text Example
Text Example
White with #281403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281403; }
p { color: rgb(40,20,3); }
H1.HeaderClassName
{
color: #281403;
}
.AnyTagClassName
{
color: #281403;
}
</style>
background-color css
<style>
a { background-color: #281403; }
a { background-color: rgb(40,20,3); }
div.DivClassName
{
background-color: #281403;
}
.BgClassName
{
background-color: #281403;
}
</style>
border-color css
<style>
span { border-color: #281403; }
span { border-color: rgb(40,20,3); }
td.TdClassName
{
border-color: #281403;
}
.TagClassName
{
border-color: #281403;
}
</style>