Shades of Cocoa Brown #251101
Tints of Cocoa Brown #251101
RGB
CMYK
RGB Variations
Color information
#251101 (or 0x251101) is known color: Cocoa Brown. HEX triplet: 25, 11 and 01. RGB value is (37,17,1). Sum of RGB (Red+Green+Blue) = 37+17+1=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #251101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251101 is #DAEEFE. Grayscale: #151515. Windows color (decimal): -14348031 or 69925. OLE color: 69925.
HSL color Cylindrical-coordinate representation of color #251101: hue angle of 26.67º 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 #251101 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 17 | 1 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.85 |
| HSL | 26.67º | 0.95% | 0.07% | - |
| HSV(B) | 26.67º | 0.97% | 0.15% | - |
| XYZ | 0.97 | 0.8 | 0.13 | - |
| YUV | 21.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 1 | 0 | 0.54 | 0.97 | 0.85 | 26.67 | 0.95 | 0.07 |
| Hex | 25 | 11 | 1 | 0 | 36 | 61 | 55 | 1B | 5F | 7 |
| Octal | 45 | 21 | 1 | 0 | 66 | 141 | 125 | 33 | 137 | 7 |
| Binary | 100101 | 10001 | 1 | 0 | 110110 | 1100001 | 1010101 | 11011 | 1011111 | 111 |
Color Harmonies of #251101
Complementary color
Monochromatic Colors of #251101
Black with #251101
Text Example
Text Example
White with #251101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251101; }
p { color: rgb(37,17,1); }
H1.HeaderClassName
{
color: #251101;
}
.AnyTagClassName
{
color: #251101;
}
</style>
background-color css
<style>
a { background-color: #251101; }
a { background-color: rgb(37,17,1); }
div.DivClassName
{
background-color: #251101;
}
.BgClassName
{
background-color: #251101;
}
</style>
border-color css
<style>
span { border-color: #251101; }
span { border-color: rgb(37,17,1); }
td.TdClassName
{
border-color: #251101;
}
.TagClassName
{
border-color: #251101;
}
</style>