Shades of Cocoa Brown #281B0C
Tints of Cocoa Brown #281B0C
RGB
CMYK
RGB Variations
Color information
#281B0C (or 0x281B0C) is known color: Cocoa Brown. HEX triplet: 28, 1B and 0C. RGB value is (40,27,12). Sum of RGB (Red+Green+Blue) = 40+27+12=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B0C is #D7E4F3. Grayscale: #1D1D1D. Windows color (decimal): -14148852 or 793384. OLE color: 793384.
HSL color Cylindrical-coordinate representation of color #281B0C: hue angle of 32.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281B0C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 12 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.84 |
| HSL | 32.14º | 0.54% | 0.1% | - |
| HSV(B) | 32.14º | 0.7% | 0.16% | - |
| XYZ | 1.33 | 1.26 | 0.52 | - |
| YUV | 29.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 12 | 0 | 0.33 | 0.70 | 0.84 | 32.14 | 0.54 | 0.1 |
| Hex | 28 | 1B | C | 0 | 21 | 46 | 54 | 20 | 36 | A |
| Octal | 50 | 33 | 14 | 0 | 41 | 106 | 124 | 40 | 66 | 12 |
| Binary | 101000 | 11011 | 1100 | 0 | 100001 | 1000110 | 1010100 | 100000 | 110110 | 1010 |
Color Harmonies of #281B0C
Complementary color
Monochromatic Colors of #281B0C
Black with #281B0C
Text Example
Text Example
White with #281B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B0C; }
p { color: rgb(40,27,12); }
H1.HeaderClassName
{
color: #281B0C;
}
.AnyTagClassName
{
color: #281B0C;
}
</style>
background-color css
<style>
a { background-color: #281B0C; }
a { background-color: rgb(40,27,12); }
div.DivClassName
{
background-color: #281B0C;
}
.BgClassName
{
background-color: #281B0C;
}
</style>
border-color css
<style>
span { border-color: #281B0C; }
span { border-color: rgb(40,27,12); }
td.TdClassName
{
border-color: #281B0C;
}
.TagClassName
{
border-color: #281B0C;
}
</style>