Shades of Cocoa Brown #251C12
Tints of Cocoa Brown #251C12
RGB
CMYK
RGB Variations
Color information
#251C12 (or 0x251C12) is known color: Cocoa Brown. HEX triplet: 25, 1C and 12. RGB value is (37,28,18). Sum of RGB (Red+Green+Blue) = 37+28+18=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #251C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C12 is #DAE3ED. Grayscale: #1D1D1D. Windows color (decimal): -14345198 or 1186853. OLE color: 1186853.
HSL color Cylindrical-coordinate representation of color #251C12: hue angle of 31.58º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251C12 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 18 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.85 |
| HSL | 31.58º | 0.35% | 0.11% | - |
| HSV(B) | 31.58º | 0.51% | 0.15% | - |
| XYZ | 1.29 | 1.27 | 0.75 | - |
| YUV | 29.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 18 | 0 | 0.24 | 0.51 | 0.85 | 31.58 | 0.35 | 0.11 |
| Hex | 25 | 1C | 12 | 0 | 18 | 33 | 55 | 20 | 23 | B |
| Octal | 45 | 34 | 22 | 0 | 30 | 63 | 125 | 40 | 43 | 13 |
| Binary | 100101 | 11100 | 10010 | 0 | 11000 | 110011 | 1010101 | 100000 | 100011 | 1011 |
Color Harmonies of #251C12
Complementary color
Monochromatic Colors of #251C12
Black with #251C12
Text Example
Text Example
White with #251C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C12; }
p { color: rgb(37,28,18); }
H1.HeaderClassName
{
color: #251C12;
}
.AnyTagClassName
{
color: #251C12;
}
</style>
background-color css
<style>
a { background-color: #251C12; }
a { background-color: rgb(37,28,18); }
div.DivClassName
{
background-color: #251C12;
}
.BgClassName
{
background-color: #251C12;
}
</style>
border-color css
<style>
span { border-color: #251C12; }
span { border-color: rgb(37,28,18); }
td.TdClassName
{
border-color: #251C12;
}
.TagClassName
{
border-color: #251C12;
}
</style>