Shades of Cocoa Brown #281C09
Tints of Cocoa Brown #281C09
RGB
CMYK
RGB Variations
Color information
#281C09 (or 0x281C09) is known color: Cocoa Brown. HEX triplet: 28, 1C and 09. RGB value is (40,28,9). Sum of RGB (Red+Green+Blue) = 40+28+9=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C09 is #D7E3F6. Grayscale: #1D1D1D. Windows color (decimal): -14148599 or 597032. OLE color: 597032.
HSL color Cylindrical-coordinate representation of color #281C09: hue angle of 36.77º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281C09 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 9 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.84 |
| HSL | 36.77º | 0.63% | 0.1% | - |
| HSV(B) | 36.77º | 0.78% | 0.16% | - |
| XYZ | 1.34 | 1.3 | 0.44 | - |
| YUV | 29.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 9 | 0 | 0.30 | 0.78 | 0.84 | 36.77 | 0.63 | 0.1 |
| Hex | 28 | 1C | 9 | 0 | 1E | 4E | 54 | 25 | 3F | A |
| Octal | 50 | 34 | 11 | 0 | 36 | 116 | 124 | 45 | 77 | 12 |
| Binary | 101000 | 11100 | 1001 | 0 | 11110 | 1001110 | 1010100 | 100101 | 111111 | 1010 |
Color Harmonies of #281C09
Complementary color
Monochromatic Colors of #281C09
Black with #281C09
Text Example
Text Example
White with #281C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C09; }
p { color: rgb(40,28,9); }
H1.HeaderClassName
{
color: #281C09;
}
.AnyTagClassName
{
color: #281C09;
}
</style>
background-color css
<style>
a { background-color: #281C09; }
a { background-color: rgb(40,28,9); }
div.DivClassName
{
background-color: #281C09;
}
.BgClassName
{
background-color: #281C09;
}
</style>
border-color css
<style>
span { border-color: #281C09; }
span { border-color: rgb(40,28,9); }
td.TdClassName
{
border-color: #281C09;
}
.TagClassName
{
border-color: #281C09;
}
</style>