Shades of Cocoa Brown #28180B
Tints of Cocoa Brown #28180B
RGB
CMYK
RGB Variations
Color information
#28180B (or 0x28180B) is known color: Cocoa Brown. HEX triplet: 28, 18 and 0B. RGB value is (40,24,11). Sum of RGB (Red+Green+Blue) = 40+24+11=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28180B is #D7E7F4. Grayscale: #1B1B1B. Windows color (decimal): -14149621 or 727080. OLE color: 727080.
HSL color Cylindrical-coordinate representation of color #28180B: hue angle of 26.9º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28180B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 24 | 11 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.84 |
| HSL | 26.9º | 0.57% | 0.1% | - |
| HSV(B) | 26.9º | 0.73% | 0.16% | - |
| XYZ | 1.26 | 1.13 | 0.47 | - |
| YUV | 27.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 11 | 0 | 0.40 | 0.72 | 0.84 | 26.9 | 0.57 | 0.1 |
| Hex | 28 | 18 | B | 0 | 28 | 48 | 54 | 1B | 39 | A |
| Octal | 50 | 30 | 13 | 0 | 50 | 110 | 124 | 33 | 71 | 12 |
| Binary | 101000 | 11000 | 1011 | 0 | 101000 | 1001000 | 1010100 | 11011 | 111001 | 1010 |
Color Harmonies of #28180B
Complementary color
Monochromatic Colors of #28180B
Black with #28180B
Text Example
Text Example
White with #28180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28180B; }
p { color: rgb(40,24,11); }
H1.HeaderClassName
{
color: #28180B;
}
.AnyTagClassName
{
color: #28180B;
}
</style>
background-color css
<style>
a { background-color: #28180B; }
a { background-color: rgb(40,24,11); }
div.DivClassName
{
background-color: #28180B;
}
.BgClassName
{
background-color: #28180B;
}
</style>
border-color css
<style>
span { border-color: #28180B; }
span { border-color: rgb(40,24,11); }
td.TdClassName
{
border-color: #28180B;
}
.TagClassName
{
border-color: #28180B;
}
</style>