Shades of Cocoa Brown #251404
Tints of Cocoa Brown #251404
RGB
CMYK
RGB Variations
Color information
#251404 (or 0x251404) is known color: Cocoa Brown. HEX triplet: 25, 14 and 04. RGB value is (37,20,4). Sum of RGB (Red+Green+Blue) = 37+20+4=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #251404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251404 is #DAEBFB. Grayscale: #171717. Windows color (decimal): -14347260 or 267301. OLE color: 267301.
HSL color Cylindrical-coordinate representation of color #251404: hue angle of 29.09º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251404 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 20 | 4 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.85 |
| HSL | 29.09º | 0.8% | 0.08% | - |
| HSV(B) | 29.09º | 0.89% | 0.15% | - |
| XYZ | 1.04 | 0.9 | 0.23 | - |
| YUV | 23.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 4 | 0 | 0.46 | 0.89 | 0.85 | 29.09 | 0.8 | 0.08 |
| Hex | 25 | 14 | 4 | 0 | 2E | 59 | 55 | 1D | 50 | 8 |
| Octal | 45 | 24 | 4 | 0 | 56 | 131 | 125 | 35 | 120 | 10 |
| Binary | 100101 | 10100 | 100 | 0 | 101110 | 1011001 | 1010101 | 11101 | 1010000 | 1000 |
Color Harmonies of #251404
Complementary color
Monochromatic Colors of #251404
Black with #251404
Text Example
Text Example
White with #251404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251404; }
p { color: rgb(37,20,4); }
H1.HeaderClassName
{
color: #251404;
}
.AnyTagClassName
{
color: #251404;
}
</style>
background-color css
<style>
a { background-color: #251404; }
a { background-color: rgb(37,20,4); }
div.DivClassName
{
background-color: #251404;
}
.BgClassName
{
background-color: #251404;
}
</style>
border-color css
<style>
span { border-color: #251404; }
span { border-color: rgb(37,20,4); }
td.TdClassName
{
border-color: #251404;
}
.TagClassName
{
border-color: #251404;
}
</style>