Shades of Cocoa Brown #1C0F00
Tints of Cocoa Brown #1C0F00
RGB
CMYK
RGB Variations
Color information
#1C0F00 (or 0x1C0F00) is known color: Cocoa Brown. HEX triplet: 1C, 0F and 00. RGB value is (28,15,0). Sum of RGB (Red+Green+Blue) = 28+15+0=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F00 is #E3F0FF. Grayscale: #111111. Windows color (decimal): -14938368 or 3868. OLE color: 3868.
HSL color Cylindrical-coordinate representation of color #1C0F00: hue angle of 32.14º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0F00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 15 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.89 |
| HSL | 32.14º | 1% | 0.05% | - |
| HSV(B) | 32.14º | 1% | 0.11% | - |
| XYZ | 0.65 | 0.59 | 0.08 | - |
| YUV | 17.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 0 | 0 | 0.46 | 1 | 0.89 | 32.14 | 1 | 0.05 |
| Hex | 1C | F | 0 | 0 | 2E | 64 | 59 | 20 | 64 | 5 |
| Octal | 34 | 17 | 0 | 0 | 56 | 144 | 131 | 40 | 144 | 5 |
| Binary | 11100 | 1111 | 0 | 0 | 101110 | 1100100 | 1011001 | 100000 | 1100100 | 101 |
Color Harmonies of #1C0F00
Complementary color
Monochromatic Colors of #1C0F00
Black with #1C0F00
Text Example
Text Example
White with #1C0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0F00; }
p { color: rgb(28,15,0); }
H1.HeaderClassName
{
color: #1C0F00;
}
.AnyTagClassName
{
color: #1C0F00;
}
</style>
background-color css
<style>
a { background-color: #1C0F00; }
a { background-color: rgb(28,15,0); }
div.DivClassName
{
background-color: #1C0F00;
}
.BgClassName
{
background-color: #1C0F00;
}
</style>
border-color css
<style>
span { border-color: #1C0F00; }
span { border-color: rgb(28,15,0); }
td.TdClassName
{
border-color: #1C0F00;
}
.TagClassName
{
border-color: #1C0F00;
}
</style>