Shades of Deep Fir #053315
Tints of Deep Fir #053315
RGB
CMYK
RGB Variations
Color information
#053315 (or 0x053315) is known color: Deep Fir. HEX triplet: 05, 33 and 15. RGB value is (5,51,21). Sum of RGB (Red+Green+Blue) = 5+51+21=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #053315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053315 is #FACCEA. Grayscale: #212121. Windows color (decimal): -16436459 or 1389317. OLE color: 1389317.
HSL color Cylindrical-coordinate representation of color #053315: hue angle of 140.87º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053315 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 21 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.8 |
| HSL | 140.87º | 0.82% | 0.11% | - |
| HSV(B) | 140.87º | 0.9% | 0.2% | - |
| XYZ | 1.38 | 2.45 | 1.11 | - |
| YUV | 33.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 21 | 0.90 | 0 | 0.59 | 0.8 | 140.87 | 0.82 | 0.11 |
| Hex | 5 | 33 | 15 | 5A | 0 | 3B | 50 | 8D | 52 | B |
| Octal | 5 | 63 | 25 | 132 | 0 | 73 | 120 | 215 | 122 | 13 |
| Binary | 101 | 110011 | 10101 | 1011010 | 0 | 111011 | 1010000 | 10001101 | 1010010 | 1011 |
Color Harmonies of #053315
Complementary color
Monochromatic Colors of #053315
Black with #053315
Text Example
Text Example
White with #053315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053315; }
p { color: rgb(5,51,21); }
H1.HeaderClassName
{
color: #053315;
}
.AnyTagClassName
{
color: #053315;
}
</style>
background-color css
<style>
a { background-color: #053315; }
a { background-color: rgb(5,51,21); }
div.DivClassName
{
background-color: #053315;
}
.BgClassName
{
background-color: #053315;
}
</style>
border-color css
<style>
span { border-color: #053315; }
span { border-color: rgb(5,51,21); }
td.TdClassName
{
border-color: #053315;
}
.TagClassName
{
border-color: #053315;
}
</style>