Shades of Cocoa Brown #251201
Tints of Cocoa Brown #251201
RGB
CMYK
RGB Variations
Color information
#251201 (or 0x251201) is known color: Cocoa Brown. HEX triplet: 25, 12 and 01. RGB value is (37,18,1). Sum of RGB (Red+Green+Blue) = 37+18+1=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #251201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251201 is #DAEDFE. Grayscale: #151515. Windows color (decimal): -14347775 or 70181. OLE color: 70181.
HSL color Cylindrical-coordinate representation of color #251201: hue angle of 28.33º 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 #251201 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 18 | 1 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.85 |
| HSL | 28.33º | 0.95% | 0.07% | - |
| HSV(B) | 28.33º | 0.97% | 0.15% | - |
| XYZ | 0.98 | 0.83 | 0.14 | - |
| YUV | 21.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 1 | 0 | 0.51 | 0.97 | 0.85 | 28.33 | 0.95 | 0.07 |
| Hex | 25 | 12 | 1 | 0 | 33 | 61 | 55 | 1C | 5F | 7 |
| Octal | 45 | 22 | 1 | 0 | 63 | 141 | 125 | 34 | 137 | 7 |
| Binary | 100101 | 10010 | 1 | 0 | 110011 | 1100001 | 1010101 | 11100 | 1011111 | 111 |
Color Harmonies of #251201
Complementary color
Monochromatic Colors of #251201
Black with #251201
Text Example
Text Example
White with #251201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251201; }
p { color: rgb(37,18,1); }
H1.HeaderClassName
{
color: #251201;
}
.AnyTagClassName
{
color: #251201;
}
</style>
background-color css
<style>
a { background-color: #251201; }
a { background-color: rgb(37,18,1); }
div.DivClassName
{
background-color: #251201;
}
.BgClassName
{
background-color: #251201;
}
</style>
border-color css
<style>
span { border-color: #251201; }
span { border-color: rgb(37,18,1); }
td.TdClassName
{
border-color: #251201;
}
.TagClassName
{
border-color: #251201;
}
</style>