Shades of Cocoa Brown #251C0F
Tints of Cocoa Brown #251C0F
RGB
CMYK
RGB Variations
Color information
#251C0F (or 0x251C0F) is known color: Cocoa Brown. HEX triplet: 25, 1C and 0F. RGB value is (37,28,15). Sum of RGB (Red+Green+Blue) = 37+28+15=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #251C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C0F is #DAE3F0. Grayscale: #1D1D1D. Windows color (decimal): -14345201 or 990245. OLE color: 990245.
HSL color Cylindrical-coordinate representation of color #251C0F: hue angle of 35.45º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #251C0F is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 15 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.85 |
| HSL | 35.45º | 0.42% | 0.1% | - |
| HSV(B) | 35.45º | 0.59% | 0.15% | - |
| XYZ | 1.26 | 1.26 | 0.63 | - |
| YUV | 29.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 15 | 0 | 0.24 | 0.59 | 0.85 | 35.45 | 0.42 | 0.1 |
| Hex | 25 | 1C | F | 0 | 18 | 3B | 55 | 23 | 2A | A |
| Octal | 45 | 34 | 17 | 0 | 30 | 73 | 125 | 43 | 52 | 12 |
| Binary | 100101 | 11100 | 1111 | 0 | 11000 | 111011 | 1010101 | 100011 | 101010 | 1010 |
Color Harmonies of #251C0F
Complementary color
Monochromatic Colors of #251C0F
Black with #251C0F
Text Example
Text Example
White with #251C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C0F; }
p { color: rgb(37,28,15); }
H1.HeaderClassName
{
color: #251C0F;
}
.AnyTagClassName
{
color: #251C0F;
}
</style>
background-color css
<style>
a { background-color: #251C0F; }
a { background-color: rgb(37,28,15); }
div.DivClassName
{
background-color: #251C0F;
}
.BgClassName
{
background-color: #251C0F;
}
</style>
border-color css
<style>
span { border-color: #251C0F; }
span { border-color: rgb(37,28,15); }
td.TdClassName
{
border-color: #251C0F;
}
.TagClassName
{
border-color: #251C0F;
}
</style>