Shades of Cocoa Brown #1C1407
Tints of Cocoa Brown #1C1407
RGB
CMYK
RGB Variations
Color information
#1C1407 (or 0x1C1407) is known color: Cocoa Brown. HEX triplet: 1C, 14 and 07. RGB value is (28,20,7). Sum of RGB (Red+Green+Blue) = 28+20+7=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1407 is #E3EBF8. Grayscale: #141414. Windows color (decimal): -14937081 or 463900. OLE color: 463900.
HSL color Cylindrical-coordinate representation of color #1C1407: hue angle of 37.14º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C1407 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 7 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.89 |
| HSL | 37.14º | 0.6% | 0.07% | - |
| HSV(B) | 37.14º | 0.75% | 0.11% | - |
| XYZ | 0.77 | 0.76 | 0.31 | - |
| YUV | 20.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 7 | 0 | 0.29 | 0.75 | 0.89 | 37.14 | 0.6 | 0.07 |
| Hex | 1C | 14 | 7 | 0 | 1D | 4B | 59 | 25 | 3C | 7 |
| Octal | 34 | 24 | 7 | 0 | 35 | 113 | 131 | 45 | 74 | 7 |
| Binary | 11100 | 10100 | 111 | 0 | 11101 | 1001011 | 1011001 | 100101 | 111100 | 111 |
Color Harmonies of #1C1407
Complementary color
Monochromatic Colors of #1C1407
Black with #1C1407
Text Example
Text Example
White with #1C1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1407; }
p { color: rgb(28,20,7); }
H1.HeaderClassName
{
color: #1C1407;
}
.AnyTagClassName
{
color: #1C1407;
}
</style>
background-color css
<style>
a { background-color: #1C1407; }
a { background-color: rgb(28,20,7); }
div.DivClassName
{
background-color: #1C1407;
}
.BgClassName
{
background-color: #1C1407;
}
</style>
border-color css
<style>
span { border-color: #1C1407; }
span { border-color: rgb(28,20,7); }
td.TdClassName
{
border-color: #1C1407;
}
.TagClassName
{
border-color: #1C1407;
}
</style>