Shades of Cocoa Brown #281B03
Tints of Cocoa Brown #281B03
RGB
CMYK
RGB Variations
Color information
#281B03 (or 0x281B03) is known color: Cocoa Brown. HEX triplet: 28, 1B and 03. RGB value is (40,27,3). Sum of RGB (Red+Green+Blue) = 40+27+3=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #281B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B03 is #D7E4FC. Grayscale: #1C1C1C. Windows color (decimal): -14148861 or 203560. OLE color: 203560.
HSL color Cylindrical-coordinate representation of color #281B03: hue angle of 38.92º 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 #281B03 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 3 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.84 |
| HSL | 38.92º | 0.86% | 0.08% | - |
| HSV(B) | 38.92º | 0.93% | 0.16% | - |
| XYZ | 1.28 | 1.24 | 0.26 | - |
| YUV | 28.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 3 | 0 | 0.33 | 0.93 | 0.84 | 38.92 | 0.86 | 0.08 |
| Hex | 28 | 1B | 3 | 0 | 21 | 5D | 54 | 27 | 56 | 8 |
| Octal | 50 | 33 | 3 | 0 | 41 | 135 | 124 | 47 | 126 | 10 |
| Binary | 101000 | 11011 | 11 | 0 | 100001 | 1011101 | 1010100 | 100111 | 1010110 | 1000 |
Color Harmonies of #281B03
Complementary color
Monochromatic Colors of #281B03
Black with #281B03
Text Example
Text Example
White with #281B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B03; }
p { color: rgb(40,27,3); }
H1.HeaderClassName
{
color: #281B03;
}
.AnyTagClassName
{
color: #281B03;
}
</style>
background-color css
<style>
a { background-color: #281B03; }
a { background-color: rgb(40,27,3); }
div.DivClassName
{
background-color: #281B03;
}
.BgClassName
{
background-color: #281B03;
}
</style>
border-color css
<style>
span { border-color: #281B03; }
span { border-color: rgb(40,27,3); }
td.TdClassName
{
border-color: #281B03;
}
.TagClassName
{
border-color: #281B03;
}
</style>