Shades of Cocoa Brown #25160A
Tints of Cocoa Brown #25160A
RGB
CMYK
RGB Variations
Color information
#25160A (or 0x25160A) is known color: Cocoa Brown. HEX triplet: 25, 16 and 0A. RGB value is (37,22,10). Sum of RGB (Red+Green+Blue) = 37+22+10=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25160A is #DAE9F5. Grayscale: #191919. Windows color (decimal): -14346742 or 661029. OLE color: 661029.
HSL color Cylindrical-coordinate representation of color #25160A: hue angle of 26.67º 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 #25160A is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 22 | 10 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.85 |
| HSL | 26.67º | 0.57% | 0.09% | - |
| HSV(B) | 26.67º | 0.73% | 0.15% | - |
| XYZ | 1.1 | 0.99 | 0.42 | - |
| YUV | 25.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 10 | 0 | 0.41 | 0.73 | 0.85 | 26.67 | 0.57 | 0.09 |
| Hex | 25 | 16 | A | 0 | 29 | 49 | 55 | 1B | 39 | 9 |
| Octal | 45 | 26 | 12 | 0 | 51 | 111 | 125 | 33 | 71 | 11 |
| Binary | 100101 | 10110 | 1010 | 0 | 101001 | 1001001 | 1010101 | 11011 | 111001 | 1001 |
Color Harmonies of #25160A
Complementary color
Monochromatic Colors of #25160A
Black with #25160A
Text Example
Text Example
White with #25160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25160A; }
p { color: rgb(37,22,10); }
H1.HeaderClassName
{
color: #25160A;
}
.AnyTagClassName
{
color: #25160A;
}
</style>
background-color css
<style>
a { background-color: #25160A; }
a { background-color: rgb(37,22,10); }
div.DivClassName
{
background-color: #25160A;
}
.BgClassName
{
background-color: #25160A;
}
</style>
border-color css
<style>
span { border-color: #25160A; }
span { border-color: rgb(37,22,10); }
td.TdClassName
{
border-color: #25160A;
}
.TagClassName
{
border-color: #25160A;
}
</style>