Shades of Cocoa Brown #28180C
Tints of Cocoa Brown #28180C
RGB
CMYK
RGB Variations
Color information
#28180C (or 0x28180C) is known color: Cocoa Brown. HEX triplet: 28, 18 and 0C. RGB value is (40,24,12). Sum of RGB (Red+Green+Blue) = 40+24+12=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #28180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28180C is #D7E7F3. Grayscale: #1B1B1B. Windows color (decimal): -14149620 or 792616. OLE color: 792616.
HSL color Cylindrical-coordinate representation of color #28180C: hue angle of 25.71º 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 #28180C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 24 | 12 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.84 |
| HSL | 25.71º | 0.54% | 0.1% | - |
| HSV(B) | 25.71º | 0.7% | 0.16% | - |
| XYZ | 1.27 | 1.13 | 0.5 | - |
| YUV | 27.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 12 | 0 | 0.40 | 0.70 | 0.84 | 25.71 | 0.54 | 0.1 |
| Hex | 28 | 18 | C | 0 | 28 | 46 | 54 | 1A | 36 | A |
| Octal | 50 | 30 | 14 | 0 | 50 | 106 | 124 | 32 | 66 | 12 |
| Binary | 101000 | 11000 | 1100 | 0 | 101000 | 1000110 | 1010100 | 11010 | 110110 | 1010 |
Color Harmonies of #28180C
Complementary color
Monochromatic Colors of #28180C
Black with #28180C
Text Example
Text Example
White with #28180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28180C; }
p { color: rgb(40,24,12); }
H1.HeaderClassName
{
color: #28180C;
}
.AnyTagClassName
{
color: #28180C;
}
</style>
background-color css
<style>
a { background-color: #28180C; }
a { background-color: rgb(40,24,12); }
div.DivClassName
{
background-color: #28180C;
}
.BgClassName
{
background-color: #28180C;
}
</style>
border-color css
<style>
span { border-color: #28180C; }
span { border-color: rgb(40,24,12); }
td.TdClassName
{
border-color: #28180C;
}
.TagClassName
{
border-color: #28180C;
}
</style>