Shades of Cocoa Brown #281C0A
Tints of Cocoa Brown #281C0A
RGB
CMYK
RGB Variations
Color information
#281C0A (or 0x281C0A) is known color: Cocoa Brown. HEX triplet: 28, 1C and 0A. RGB value is (40,28,10). Sum of RGB (Red+Green+Blue) = 40+28+10=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C0A is #D7E3F5. Grayscale: #1D1D1D. Windows color (decimal): -14148598 or 662568. OLE color: 662568.
HSL color Cylindrical-coordinate representation of color #281C0A: hue angle of 36º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281C0A is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 10 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.84 |
| HSL | 36º | 0.6% | 0.1% | - |
| HSV(B) | 36º | 0.75% | 0.16% | - |
| XYZ | 1.35 | 1.3 | 0.47 | - |
| YUV | 29.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 10 | 0 | 0.30 | 0.75 | 0.84 | 36 | 0.6 | 0.1 |
| Hex | 28 | 1C | A | 0 | 1E | 4B | 54 | 24 | 3C | A |
| Octal | 50 | 34 | 12 | 0 | 36 | 113 | 124 | 44 | 74 | 12 |
| Binary | 101000 | 11100 | 1010 | 0 | 11110 | 1001011 | 1010100 | 100100 | 111100 | 1010 |
Color Harmonies of #281C0A
Complementary color
Monochromatic Colors of #281C0A
Black with #281C0A
Text Example
Text Example
White with #281C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C0A; }
p { color: rgb(40,28,10); }
H1.HeaderClassName
{
color: #281C0A;
}
.AnyTagClassName
{
color: #281C0A;
}
</style>
background-color css
<style>
a { background-color: #281C0A; }
a { background-color: rgb(40,28,10); }
div.DivClassName
{
background-color: #281C0A;
}
.BgClassName
{
background-color: #281C0A;
}
</style>
border-color css
<style>
span { border-color: #281C0A; }
span { border-color: rgb(40,28,10); }
td.TdClassName
{
border-color: #281C0A;
}
.TagClassName
{
border-color: #281C0A;
}
</style>