Shades of Deep Fir #1A3821
Tints of Deep Fir #1A3821
RGB
CMYK
RGB Variations
Color information
#1A3821 (or 0x1A3821) is known color: Deep Fir. HEX triplet: 1A, 38 and 21. RGB value is (26,56,33). Sum of RGB (Red+Green+Blue) = 26+56+33=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3821 is #E5C7DE. Grayscale: #2C2C2C. Windows color (decimal): -15058911 or 2177050. OLE color: 2177050.
HSL color Cylindrical-coordinate representation of color #1A3821: hue angle of 134º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3821 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 33 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.78 |
| HSL | 134º | 0.37% | 0.16% | - |
| HSV(B) | 134º | 0.54% | 0.22% | - |
| XYZ | 2.11 | 3.16 | 1.94 | - |
| YUV | 44.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 33 | 0.54 | 0 | 0.41 | 0.78 | 134 | 0.37 | 0.16 |
| Hex | 1A | 38 | 21 | 36 | 0 | 29 | 4E | 86 | 25 | 10 |
| Octal | 32 | 70 | 41 | 66 | 0 | 51 | 116 | 206 | 45 | 20 |
| Binary | 11010 | 111000 | 100001 | 110110 | 0 | 101001 | 1001110 | 10000110 | 100101 | 10000 |
Color Harmonies of #1A3821
Complementary color
Monochromatic Colors of #1A3821
Black with #1A3821
Text Example
Text Example
White with #1A3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3821; }
p { color: rgb(26,56,33); }
H1.HeaderClassName
{
color: #1A3821;
}
.AnyTagClassName
{
color: #1A3821;
}
</style>
background-color css
<style>
a { background-color: #1A3821; }
a { background-color: rgb(26,56,33); }
div.DivClassName
{
background-color: #1A3821;
}
.BgClassName
{
background-color: #1A3821;
}
</style>
border-color css
<style>
span { border-color: #1A3821; }
span { border-color: rgb(26,56,33); }
td.TdClassName
{
border-color: #1A3821;
}
.TagClassName
{
border-color: #1A3821;
}
</style>