Shades of Cocoa Brown #251100
Tints of Cocoa Brown #251100
RGB
CMYK
RGB Variations
Color information
#251100 (or 0x251100) is known color: Cocoa Brown. HEX triplet: 25, 11 and 00. RGB value is (37,17,0). Sum of RGB (Red+Green+Blue) = 37+17+0=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #251100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251100 is #DAEEFF. Grayscale: #151515. Windows color (decimal): -14348032 or 4389. OLE color: 4389.
HSL color Cylindrical-coordinate representation of color #251100: hue angle of 27.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #251100 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 17 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.85 |
| HSL | 27.57º | 1% | 0.07% | - |
| HSV(B) | 27.57º | 1% | 0.15% | - |
| XYZ | 0.96 | 0.79 | 0.1 | - |
| YUV | 21.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 0 | 0 | 0.54 | 1 | 0.85 | 27.57 | 1 | 0.07 |
| Hex | 25 | 11 | 0 | 0 | 36 | 64 | 55 | 1C | 64 | 7 |
| Octal | 45 | 21 | 0 | 0 | 66 | 144 | 125 | 34 | 144 | 7 |
| Binary | 100101 | 10001 | 0 | 0 | 110110 | 1100100 | 1010101 | 11100 | 1100100 | 111 |
Color Harmonies of #251100
Complementary color
Monochromatic Colors of #251100
Black with #251100
Text Example
Text Example
White with #251100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251100; }
p { color: rgb(37,17,0); }
H1.HeaderClassName
{
color: #251100;
}
.AnyTagClassName
{
color: #251100;
}
</style>
background-color css
<style>
a { background-color: #251100; }
a { background-color: rgb(37,17,0); }
div.DivClassName
{
background-color: #251100;
}
.BgClassName
{
background-color: #251100;
}
</style>
border-color css
<style>
span { border-color: #251100; }
span { border-color: rgb(37,17,0); }
td.TdClassName
{
border-color: #251100;
}
.TagClassName
{
border-color: #251100;
}
</style>