Shades of Deep Fir #1A3521
Tints of Deep Fir #1A3521
RGB
CMYK
RGB Variations
Color information
#1A3521 (or 0x1A3521) is known color: Deep Fir. HEX triplet: 1A, 35 and 21. RGB value is (26,53,33). Sum of RGB (Red+Green+Blue) = 26+53+33=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #1A3521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3521 is #E5CADE. Grayscale: #2A2A2A. Windows color (decimal): -15059679 or 2176282. OLE color: 2176282.
HSL color Cylindrical-coordinate representation of color #1A3521: hue angle of 135.56º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A3521 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 33 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.79 |
| HSL | 135.56º | 0.34% | 0.15% | - |
| HSV(B) | 135.56º | 0.51% | 0.21% | - |
| XYZ | 1.97 | 2.88 | 1.89 | - |
| YUV | 42.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 33 | 0.51 | 0 | 0.38 | 0.79 | 135.56 | 0.34 | 0.15 |
| Hex | 1A | 35 | 21 | 33 | 0 | 26 | 4F | 88 | 22 | F |
| Octal | 32 | 65 | 41 | 63 | 0 | 46 | 117 | 210 | 42 | 17 |
| Binary | 11010 | 110101 | 100001 | 110011 | 0 | 100110 | 1001111 | 10001000 | 100010 | 1111 |
Color Harmonies of #1A3521
Complementary color
Monochromatic Colors of #1A3521
Black with #1A3521
Text Example
Text Example
White with #1A3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3521; }
p { color: rgb(26,53,33); }
H1.HeaderClassName
{
color: #1A3521;
}
.AnyTagClassName
{
color: #1A3521;
}
</style>
background-color css
<style>
a { background-color: #1A3521; }
a { background-color: rgb(26,53,33); }
div.DivClassName
{
background-color: #1A3521;
}
.BgClassName
{
background-color: #1A3521;
}
</style>
border-color css
<style>
span { border-color: #1A3521; }
span { border-color: rgb(26,53,33); }
td.TdClassName
{
border-color: #1A3521;
}
.TagClassName
{
border-color: #1A3521;
}
</style>