Shades of Deep Fir #08491B
Tints of Deep Fir #08491B
RGB
CMYK
RGB Variations
Color information
#08491B (or 0x08491B) is known color: Deep Fir. HEX triplet: 08, 49 and 1B. RGB value is (8,73,27). Sum of RGB (Red+Green+Blue) = 8+73+27=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #08491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08491B is #F7B6E4. Grayscale: #303030. Windows color (decimal): -16234213 or 1788168. OLE color: 1788168.
HSL color Cylindrical-coordinate representation of color #08491B: hue angle of 137.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08491B is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 27 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.71 |
| HSL | 137.54º | 0.8% | 0.16% | - |
| HSV(B) | 137.54º | 0.89% | 0.29% | - |
| XYZ | 2.68 | 4.9 | 1.84 | - |
| YUV | 48.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 27 | 0.89 | 0 | 0.63 | 0.71 | 137.54 | 0.8 | 0.16 |
| Hex | 8 | 49 | 1B | 59 | 0 | 3F | 47 | 8A | 50 | 10 |
| Octal | 10 | 111 | 33 | 131 | 0 | 77 | 107 | 212 | 120 | 20 |
| Binary | 1000 | 1001001 | 11011 | 1011001 | 0 | 111111 | 1000111 | 10001010 | 1010000 | 10000 |
Color Harmonies of #08491B
Complementary color
Monochromatic Colors of #08491B
Black with #08491B
Text Example
Text Example
White with #08491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08491B; }
p { color: rgb(8,73,27); }
H1.HeaderClassName
{
color: #08491B;
}
.AnyTagClassName
{
color: #08491B;
}
</style>
background-color css
<style>
a { background-color: #08491B; }
a { background-color: rgb(8,73,27); }
div.DivClassName
{
background-color: #08491B;
}
.BgClassName
{
background-color: #08491B;
}
</style>
border-color css
<style>
span { border-color: #08491B; }
span { border-color: rgb(8,73,27); }
td.TdClassName
{
border-color: #08491B;
}
.TagClassName
{
border-color: #08491B;
}
</style>