Shades of Deep Fir #08361A
Tints of Deep Fir #08361A
RGB
CMYK
RGB Variations
Color information
#08361A (or 0x08361A) is known color: Deep Fir. HEX triplet: 08, 36 and 1A. RGB value is (8,54,26). Sum of RGB (Red+Green+Blue) = 8+54+26=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 54 (21.48% from 255 or 61.36% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 54 - color contains mainly: green. Hex color #08361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08361A is #F7C9E5. Grayscale: #252525. Windows color (decimal): -16239078 or 1717768. OLE color: 1717768.
HSL color Cylindrical-coordinate representation of color #08361A: hue angle of 143.48º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08361A is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 54 | 26 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.79 |
| HSL | 143.48º | 0.74% | 0.12% | - |
| HSV(B) | 143.48º | 0.85% | 0.21% | - |
| XYZ | 1.61 | 2.76 | 1.43 | - |
| YUV | 37.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 26 | 0.85 | 0 | 0.52 | 0.79 | 143.48 | 0.74 | 0.12 |
| Hex | 8 | 36 | 1A | 55 | 0 | 34 | 4F | 8F | 4A | C |
| Octal | 10 | 66 | 32 | 125 | 0 | 64 | 117 | 217 | 112 | 14 |
| Binary | 1000 | 110110 | 11010 | 1010101 | 0 | 110100 | 1001111 | 10001111 | 1001010 | 1100 |
Color Harmonies of #08361A
Complementary color
Monochromatic Colors of #08361A
Black with #08361A
Text Example
Text Example
White with #08361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08361A; }
p { color: rgb(8,54,26); }
H1.HeaderClassName
{
color: #08361A;
}
.AnyTagClassName
{
color: #08361A;
}
</style>
background-color css
<style>
a { background-color: #08361A; }
a { background-color: rgb(8,54,26); }
div.DivClassName
{
background-color: #08361A;
}
.BgClassName
{
background-color: #08361A;
}
</style>
border-color css
<style>
span { border-color: #08361A; }
span { border-color: rgb(8,54,26); }
td.TdClassName
{
border-color: #08361A;
}
.TagClassName
{
border-color: #08361A;
}
</style>