Shades of Cocoa Brown #251A0F
Tints of Cocoa Brown #251A0F
RGB
CMYK
RGB Variations
Color information
#251A0F (or 0x251A0F) is known color: Cocoa Brown. HEX triplet: 25, 1A and 0F. RGB value is (37,26,15). Sum of RGB (Red+Green+Blue) = 37+26+15=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A0F is #DAE5F0. Grayscale: #1C1C1C. Windows color (decimal): -14345713 or 989733. OLE color: 989733.
HSL color Cylindrical-coordinate representation of color #251A0F: hue angle of 30º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #251A0F is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 26 | 15 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.85 |
| HSL | 30º | 0.42% | 0.1% | - |
| HSV(B) | 30º | 0.59% | 0.15% | - |
| XYZ | 1.22 | 1.17 | 0.61 | - |
| YUV | 28.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 15 | 0 | 0.30 | 0.59 | 0.85 | 30 | 0.42 | 0.1 |
| Hex | 25 | 1A | F | 0 | 1E | 3B | 55 | 1E | 2A | A |
| Octal | 45 | 32 | 17 | 0 | 36 | 73 | 125 | 36 | 52 | 12 |
| Binary | 100101 | 11010 | 1111 | 0 | 11110 | 111011 | 1010101 | 11110 | 101010 | 1010 |
Color Harmonies of #251A0F
Complementary color
Monochromatic Colors of #251A0F
Black with #251A0F
Text Example
Text Example
White with #251A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A0F; }
p { color: rgb(37,26,15); }
H1.HeaderClassName
{
color: #251A0F;
}
.AnyTagClassName
{
color: #251A0F;
}
</style>
background-color css
<style>
a { background-color: #251A0F; }
a { background-color: rgb(37,26,15); }
div.DivClassName
{
background-color: #251A0F;
}
.BgClassName
{
background-color: #251A0F;
}
</style>
border-color css
<style>
span { border-color: #251A0F; }
span { border-color: rgb(37,26,15); }
td.TdClassName
{
border-color: #251A0F;
}
.TagClassName
{
border-color: #251A0F;
}
</style>