Shades of Cocoa Brown #251C10
Tints of Cocoa Brown #251C10
RGB
CMYK
RGB Variations
Color information
#251C10 (or 0x251C10) is known color: Cocoa Brown. HEX triplet: 25, 1C and 10. RGB value is (37,28,16). Sum of RGB (Red+Green+Blue) = 37+28+16=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C10 is #DAE3EF. Grayscale: #1D1D1D. Windows color (decimal): -14345200 or 1055781. OLE color: 1055781.
HSL color Cylindrical-coordinate representation of color #251C10: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #251C10 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 16 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.85 |
| HSL | 34.29º | 0.4% | 0.1% | - |
| HSV(B) | 34.29º | 0.57% | 0.15% | - |
| XYZ | 1.27 | 1.26 | 0.67 | - |
| YUV | 29.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 16 | 0 | 0.24 | 0.57 | 0.85 | 34.29 | 0.4 | 0.1 |
| Hex | 25 | 1C | 10 | 0 | 18 | 39 | 55 | 22 | 28 | A |
| Octal | 45 | 34 | 20 | 0 | 30 | 71 | 125 | 42 | 50 | 12 |
| Binary | 100101 | 11100 | 10000 | 0 | 11000 | 111001 | 1010101 | 100010 | 101000 | 1010 |
Color Harmonies of #251C10
Complementary color
Monochromatic Colors of #251C10
Black with #251C10
Text Example
Text Example
White with #251C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C10; }
p { color: rgb(37,28,16); }
H1.HeaderClassName
{
color: #251C10;
}
.AnyTagClassName
{
color: #251C10;
}
</style>
background-color css
<style>
a { background-color: #251C10; }
a { background-color: rgb(37,28,16); }
div.DivClassName
{
background-color: #251C10;
}
.BgClassName
{
background-color: #251C10;
}
</style>
border-color css
<style>
span { border-color: #251C10; }
span { border-color: rgb(37,28,16); }
td.TdClassName
{
border-color: #251C10;
}
.TagClassName
{
border-color: #251C10;
}
</style>