Shades of Cocoa Brown #251C11
Tints of Cocoa Brown #251C11
RGB
CMYK
RGB Variations
Color information
#251C11 (or 0x251C11) is known color: Cocoa Brown. HEX triplet: 25, 1C and 11. RGB value is (37,28,17). Sum of RGB (Red+Green+Blue) = 37+28+17=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #251C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C11 is #DAE3EE. Grayscale: #1D1D1D. Windows color (decimal): -14345199 or 1121317. OLE color: 1121317.
HSL color Cylindrical-coordinate representation of color #251C11: hue angle of 33º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #251C11 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 17 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.85 |
| HSL | 33º | 0.37% | 0.11% | - |
| HSV(B) | 33º | 0.54% | 0.15% | - |
| XYZ | 1.28 | 1.26 | 0.71 | - |
| YUV | 29.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 17 | 0 | 0.24 | 0.54 | 0.85 | 33 | 0.37 | 0.11 |
| Hex | 25 | 1C | 11 | 0 | 18 | 36 | 55 | 21 | 25 | B |
| Octal | 45 | 34 | 21 | 0 | 30 | 66 | 125 | 41 | 45 | 13 |
| Binary | 100101 | 11100 | 10001 | 0 | 11000 | 110110 | 1010101 | 100001 | 100101 | 1011 |
Color Harmonies of #251C11
Complementary color
Monochromatic Colors of #251C11
Black with #251C11
Text Example
Text Example
White with #251C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C11; }
p { color: rgb(37,28,17); }
H1.HeaderClassName
{
color: #251C11;
}
.AnyTagClassName
{
color: #251C11;
}
</style>
background-color css
<style>
a { background-color: #251C11; }
a { background-color: rgb(37,28,17); }
div.DivClassName
{
background-color: #251C11;
}
.BgClassName
{
background-color: #251C11;
}
</style>
border-color css
<style>
span { border-color: #251C11; }
span { border-color: rgb(37,28,17); }
td.TdClassName
{
border-color: #251C11;
}
.TagClassName
{
border-color: #251C11;
}
</style>