Shades of Cocoa Brown #25180D
Tints of Cocoa Brown #25180D
RGB
CMYK
RGB Variations
Color information
#25180D (or 0x25180D) is known color: Cocoa Brown. HEX triplet: 25, 18 and 0D. RGB value is (37,24,13). Sum of RGB (Red+Green+Blue) = 37+24+13=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25180D is #DAE7F2. Grayscale: #1A1A1A. Windows color (decimal): -14346227 or 858149. OLE color: 858149.
HSL color Cylindrical-coordinate representation of color #25180D: hue angle of 27.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25180D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 24 | 13 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.85 |
| HSL | 27.5º | 0.48% | 0.1% | - |
| HSV(B) | 27.5º | 0.65% | 0.15% | - |
| XYZ | 1.16 | 1.08 | 0.53 | - |
| YUV | 26.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 13 | 0 | 0.35 | 0.65 | 0.85 | 27.5 | 0.48 | 0.1 |
| Hex | 25 | 18 | D | 0 | 23 | 41 | 55 | 1C | 30 | A |
| Octal | 45 | 30 | 15 | 0 | 43 | 101 | 125 | 34 | 60 | 12 |
| Binary | 100101 | 11000 | 1101 | 0 | 100011 | 1000001 | 1010101 | 11100 | 110000 | 1010 |
Color Harmonies of #25180D
Complementary color
Monochromatic Colors of #25180D
Black with #25180D
Text Example
Text Example
White with #25180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25180D; }
p { color: rgb(37,24,13); }
H1.HeaderClassName
{
color: #25180D;
}
.AnyTagClassName
{
color: #25180D;
}
</style>
background-color css
<style>
a { background-color: #25180D; }
a { background-color: rgb(37,24,13); }
div.DivClassName
{
background-color: #25180D;
}
.BgClassName
{
background-color: #25180D;
}
</style>
border-color css
<style>
span { border-color: #25180D; }
span { border-color: rgb(37,24,13); }
td.TdClassName
{
border-color: #25180D;
}
.TagClassName
{
border-color: #25180D;
}
</style>