Shades of Wood Bark #27140A
Tints of Wood Bark #27140A
RGB
CMYK
RGB Variations
Color information
#27140A (or 0x27140A) is known color: Wood Bark. HEX triplet: 27, 14 and 0A. RGB value is (39,20,10). Sum of RGB (Red+Green+Blue) = 39+20+10=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #27140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27140A is #D8EBF5. Grayscale: #181818. Windows color (decimal): -14216182 or 660519. OLE color: 660519.
HSL color Cylindrical-coordinate representation of color #27140A: hue angle of 20.69º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27140A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 20 | 10 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.85 |
| HSL | 20.69º | 0.59% | 0.1% | - |
| HSV(B) | 20.69º | 0.74% | 0.15% | - |
| XYZ | 1.14 | 0.95 | 0.41 | - |
| YUV | 24.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 10 | 0 | 0.49 | 0.74 | 0.85 | 20.69 | 0.59 | 0.1 |
| Hex | 27 | 14 | A | 0 | 31 | 4A | 55 | 15 | 3B | A |
| Octal | 47 | 24 | 12 | 0 | 61 | 112 | 125 | 25 | 73 | 12 |
| Binary | 100111 | 10100 | 1010 | 0 | 110001 | 1001010 | 1010101 | 10101 | 111011 | 1010 |
Color Harmonies of #27140A
Complementary color
Monochromatic Colors of #27140A
Black with #27140A
Text Example
Text Example
White with #27140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27140A; }
p { color: rgb(39,20,10); }
H1.HeaderClassName
{
color: #27140A;
}
.AnyTagClassName
{
color: #27140A;
}
</style>
background-color css
<style>
a { background-color: #27140A; }
a { background-color: rgb(39,20,10); }
div.DivClassName
{
background-color: #27140A;
}
.BgClassName
{
background-color: #27140A;
}
</style>
border-color css
<style>
span { border-color: #27140A; }
span { border-color: rgb(39,20,10); }
td.TdClassName
{
border-color: #27140A;
}
.TagClassName
{
border-color: #27140A;
}
</style>