Shades of Cocoa Brown #251D12
Tints of Cocoa Brown #251D12
RGB
CMYK
RGB Variations
Color information
#251D12 (or 0x251D12) is known color: Cocoa Brown. HEX triplet: 25, 1D and 12. RGB value is (37,29,18). Sum of RGB (Red+Green+Blue) = 37+29+18=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #251D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D12 is #DAE2ED. Grayscale: #1E1E1E. Windows color (decimal): -14344942 or 1187109. OLE color: 1187109.
HSL color Cylindrical-coordinate representation of color #251D12: hue angle of 34.74º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251D12 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 18 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.85 |
| HSL | 34.74º | 0.35% | 0.11% | - |
| HSV(B) | 34.74º | 0.51% | 0.15% | - |
| XYZ | 1.31 | 1.32 | 0.76 | - |
| YUV | 30.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 18 | 0 | 0.22 | 0.51 | 0.85 | 34.74 | 0.35 | 0.11 |
| Hex | 25 | 1D | 12 | 0 | 16 | 33 | 55 | 23 | 23 | B |
| Octal | 45 | 35 | 22 | 0 | 26 | 63 | 125 | 43 | 43 | 13 |
| Binary | 100101 | 11101 | 10010 | 0 | 10110 | 110011 | 1010101 | 100011 | 100011 | 1011 |
Color Harmonies of #251D12
Complementary color
Monochromatic Colors of #251D12
Black with #251D12
Text Example
Text Example
White with #251D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D12; }
p { color: rgb(37,29,18); }
H1.HeaderClassName
{
color: #251D12;
}
.AnyTagClassName
{
color: #251D12;
}
</style>
background-color css
<style>
a { background-color: #251D12; }
a { background-color: rgb(37,29,18); }
div.DivClassName
{
background-color: #251D12;
}
.BgClassName
{
background-color: #251D12;
}
</style>
border-color css
<style>
span { border-color: #251D12; }
span { border-color: rgb(37,29,18); }
td.TdClassName
{
border-color: #251D12;
}
.TagClassName
{
border-color: #251D12;
}
</style>