Shades of Wood Bark #25140C
Tints of Wood Bark #25140C
RGB
CMYK
RGB Variations
Color information
#25140C (or 0x25140C) is known color: Wood Bark. HEX triplet: 25, 14 and 0C. RGB value is (37,20,12). Sum of RGB (Red+Green+Blue) = 37+20+12=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25140C is #DAEBF3. Grayscale: #181818. Windows color (decimal): -14347252 or 791589. OLE color: 791589.
HSL color Cylindrical-coordinate representation of color #25140C: hue angle of 19.2º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25140C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 20 | 12 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.85 |
| HSL | 19.2º | 0.51% | 0.1% | - |
| HSV(B) | 19.2º | 0.68% | 0.15% | - |
| XYZ | 1.08 | 0.92 | 0.47 | - |
| YUV | 24.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 12 | 0 | 0.46 | 0.68 | 0.85 | 19.2 | 0.51 | 0.1 |
| Hex | 25 | 14 | C | 0 | 2E | 44 | 55 | 13 | 33 | A |
| Octal | 45 | 24 | 14 | 0 | 56 | 104 | 125 | 23 | 63 | 12 |
| Binary | 100101 | 10100 | 1100 | 0 | 101110 | 1000100 | 1010101 | 10011 | 110011 | 1010 |
Color Harmonies of #25140C
Complementary color
Monochromatic Colors of #25140C
Black with #25140C
Text Example
Text Example
White with #25140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25140C; }
p { color: rgb(37,20,12); }
H1.HeaderClassName
{
color: #25140C;
}
.AnyTagClassName
{
color: #25140C;
}
</style>
background-color css
<style>
a { background-color: #25140C; }
a { background-color: rgb(37,20,12); }
div.DivClassName
{
background-color: #25140C;
}
.BgClassName
{
background-color: #25140C;
}
</style>
border-color css
<style>
span { border-color: #25140C; }
span { border-color: rgb(37,20,12); }
td.TdClassName
{
border-color: #25140C;
}
.TagClassName
{
border-color: #25140C;
}
</style>