Shades of Deep Fir #05380E
Tints of Deep Fir #05380E
RGB
CMYK
RGB Variations
Color information
#05380E (or 0x05380E) is known color: Deep Fir. HEX triplet: 05, 38 and 0E. RGB value is (5,56,14). Sum of RGB (Red+Green+Blue) = 5+56+14=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #05380E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05380E is #FAC7F1. Grayscale: #242424. Windows color (decimal): -16435186 or 931845. OLE color: 931845.
HSL color Cylindrical-coordinate representation of color #05380E: hue angle of 130.59º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05380E is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 56 | 14 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.78 |
| HSL | 130.59º | 0.84% | 0.12% | - |
| HSV(B) | 130.59º | 0.91% | 0.22% | - |
| XYZ | 1.56 | 2.89 | 0.89 | - |
| YUV | 35.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 14 | 0.91 | 0 | 0.75 | 0.78 | 130.59 | 0.84 | 0.12 |
| Hex | 5 | 38 | E | 5B | 0 | 4B | 4E | 83 | 54 | C |
| Octal | 5 | 70 | 16 | 133 | 0 | 113 | 116 | 203 | 124 | 14 |
| Binary | 101 | 111000 | 1110 | 1011011 | 0 | 1001011 | 1001110 | 10000011 | 1010100 | 1100 |
Color Harmonies of #05380E
Complementary color
Monochromatic Colors of #05380E
Black with #05380E
Text Example
Text Example
White with #05380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05380E; }
p { color: rgb(5,56,14); }
H1.HeaderClassName
{
color: #05380E;
}
.AnyTagClassName
{
color: #05380E;
}
</style>
background-color css
<style>
a { background-color: #05380E; }
a { background-color: rgb(5,56,14); }
div.DivClassName
{
background-color: #05380E;
}
.BgClassName
{
background-color: #05380E;
}
</style>
border-color css
<style>
span { border-color: #05380E; }
span { border-color: rgb(5,56,14); }
td.TdClassName
{
border-color: #05380E;
}
.TagClassName
{
border-color: #05380E;
}
</style>