Shades of Cocoa Brown #25190A
Tints of Cocoa Brown #25190A
RGB
CMYK
RGB Variations
Color information
#25190A (or 0x25190A) is known color: Cocoa Brown. HEX triplet: 25, 19 and 0A. RGB value is (37,25,10). Sum of RGB (Red+Green+Blue) = 37+25+10=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #25190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25190A is #DAE6F5. Grayscale: #1A1A1A. Windows color (decimal): -14345974 or 661797. OLE color: 661797.
HSL color Cylindrical-coordinate representation of color #25190A: hue angle of 33.33º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25190A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 25 | 10 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.85 |
| HSL | 33.33º | 0.57% | 0.09% | - |
| HSV(B) | 33.33º | 0.73% | 0.15% | - |
| XYZ | 1.17 | 1.11 | 0.44 | - |
| YUV | 26.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 10 | 0 | 0.32 | 0.73 | 0.85 | 33.33 | 0.57 | 0.09 |
| Hex | 25 | 19 | A | 0 | 20 | 49 | 55 | 21 | 39 | 9 |
| Octal | 45 | 31 | 12 | 0 | 40 | 111 | 125 | 41 | 71 | 11 |
| Binary | 100101 | 11001 | 1010 | 0 | 100000 | 1001001 | 1010101 | 100001 | 111001 | 1001 |
Color Harmonies of #25190A
Complementary color
Monochromatic Colors of #25190A
Black with #25190A
Text Example
Text Example
White with #25190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25190A; }
p { color: rgb(37,25,10); }
H1.HeaderClassName
{
color: #25190A;
}
.AnyTagClassName
{
color: #25190A;
}
</style>
background-color css
<style>
a { background-color: #25190A; }
a { background-color: rgb(37,25,10); }
div.DivClassName
{
background-color: #25190A;
}
.BgClassName
{
background-color: #25190A;
}
</style>
border-color css
<style>
span { border-color: #25190A; }
span { border-color: rgb(37,25,10); }
td.TdClassName
{
border-color: #25190A;
}
.TagClassName
{
border-color: #25190A;
}
</style>