Shades of Cocoa Brown #251001
Tints of Cocoa Brown #251001
RGB
CMYK
RGB Variations
Color information
#251001 (or 0x251001) is known color: Cocoa Brown. HEX triplet: 25, 10 and 01. RGB value is (37,16,1). Sum of RGB (Red+Green+Blue) = 37+16+1=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #251001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251001 is #DAEFFE. Grayscale: #141414. Windows color (decimal): -14348287 or 69669. OLE color: 69669.
HSL color Cylindrical-coordinate representation of color #251001: hue angle of 25º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #251001 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 16 | 1 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.85 |
| HSL | 25º | 0.95% | 0.07% | - |
| HSV(B) | 25º | 0.97% | 0.15% | - |
| XYZ | 0.95 | 0.77 | 0.13 | - |
| YUV | 20.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 1 | 0 | 0.57 | 0.97 | 0.85 | 25 | 0.95 | 0.07 |
| Hex | 25 | 10 | 1 | 0 | 39 | 61 | 55 | 19 | 5F | 7 |
| Octal | 45 | 20 | 1 | 0 | 71 | 141 | 125 | 31 | 137 | 7 |
| Binary | 100101 | 10000 | 1 | 0 | 111001 | 1100001 | 1010101 | 11001 | 1011111 | 111 |
Color Harmonies of #251001
Complementary color
Monochromatic Colors of #251001
Black with #251001
Text Example
Text Example
White with #251001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251001; }
p { color: rgb(37,16,1); }
H1.HeaderClassName
{
color: #251001;
}
.AnyTagClassName
{
color: #251001;
}
</style>
background-color css
<style>
a { background-color: #251001; }
a { background-color: rgb(37,16,1); }
div.DivClassName
{
background-color: #251001;
}
.BgClassName
{
background-color: #251001;
}
</style>
border-color css
<style>
span { border-color: #251001; }
span { border-color: rgb(37,16,1); }
td.TdClassName
{
border-color: #251001;
}
.TagClassName
{
border-color: #251001;
}
</style>