Shades of Cocoa Brown #251D13
Tints of Cocoa Brown #251D13
RGB
CMYK
RGB Variations
Color information
#251D13 (or 0x251D13) is known color: Cocoa Brown. HEX triplet: 25, 1D and 13. RGB value is (37,29,19). Sum of RGB (Red+Green+Blue) = 37+29+19=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #251D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D13 is #DAE2EC. Grayscale: #1E1E1E. Windows color (decimal): -14344941 or 1252645. OLE color: 1252645.
HSL color Cylindrical-coordinate representation of color #251D13: hue angle of 33.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #251D13 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 19 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.85 |
| HSL | 33.33º | 0.32% | 0.11% | - |
| HSV(B) | 33.33º | 0.49% | 0.15% | - |
| XYZ | 1.32 | 1.32 | 0.8 | - |
| YUV | 30.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 19 | 0 | 0.22 | 0.49 | 0.85 | 33.33 | 0.32 | 0.11 |
| Hex | 25 | 1D | 13 | 0 | 16 | 31 | 55 | 21 | 20 | B |
| Octal | 45 | 35 | 23 | 0 | 26 | 61 | 125 | 41 | 40 | 13 |
| Binary | 100101 | 11101 | 10011 | 0 | 10110 | 110001 | 1010101 | 100001 | 100000 | 1011 |
Color Harmonies of #251D13
Complementary color
Monochromatic Colors of #251D13
Black with #251D13
Text Example
Text Example
White with #251D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D13; }
p { color: rgb(37,29,19); }
H1.HeaderClassName
{
color: #251D13;
}
.AnyTagClassName
{
color: #251D13;
}
</style>
background-color css
<style>
a { background-color: #251D13; }
a { background-color: rgb(37,29,19); }
div.DivClassName
{
background-color: #251D13;
}
.BgClassName
{
background-color: #251D13;
}
</style>
border-color css
<style>
span { border-color: #251D13; }
span { border-color: rgb(37,29,19); }
td.TdClassName
{
border-color: #251D13;
}
.TagClassName
{
border-color: #251D13;
}
</style>