Shades of Deep Fir #05330F
Tints of Deep Fir #05330F
RGB
CMYK
RGB Variations
Color information
#05330F (or 0x05330F) is known color: Deep Fir. HEX triplet: 05, 33 and 0F. RGB value is (5,51,15). Sum of RGB (Red+Green+Blue) = 5+51+15=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #05330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05330F is #FACCF0. Grayscale: #212121. Windows color (decimal): -16436465 or 996101. OLE color: 996101.
HSL color Cylindrical-coordinate representation of color #05330F: hue angle of 133.04º 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 #05330F is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 15 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.8 |
| HSL | 133.04º | 0.82% | 0.11% | - |
| HSV(B) | 133.04º | 0.9% | 0.2% | - |
| XYZ | 1.33 | 2.43 | 0.85 | - |
| YUV | 33.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 15 | 0.90 | 0 | 0.71 | 0.8 | 133.04 | 0.82 | 0.11 |
| Hex | 5 | 33 | F | 5A | 0 | 47 | 50 | 85 | 52 | B |
| Octal | 5 | 63 | 17 | 132 | 0 | 107 | 120 | 205 | 122 | 13 |
| Binary | 101 | 110011 | 1111 | 1011010 | 0 | 1000111 | 1010000 | 10000101 | 1010010 | 1011 |
Color Harmonies of #05330F
Complementary color
Monochromatic Colors of #05330F
Black with #05330F
Text Example
Text Example
White with #05330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05330F; }
p { color: rgb(5,51,15); }
H1.HeaderClassName
{
color: #05330F;
}
.AnyTagClassName
{
color: #05330F;
}
</style>
background-color css
<style>
a { background-color: #05330F; }
a { background-color: rgb(5,51,15); }
div.DivClassName
{
background-color: #05330F;
}
.BgClassName
{
background-color: #05330F;
}
</style>
border-color css
<style>
span { border-color: #05330F; }
span { border-color: rgb(5,51,15); }
td.TdClassName
{
border-color: #05330F;
}
.TagClassName
{
border-color: #05330F;
}
</style>