Shades of Deep Fir #153521
Tints of Deep Fir #153521
RGB
CMYK
RGB Variations
Color information
#153521 (or 0x153521) is known color: Deep Fir. HEX triplet: 15, 35 and 21. RGB value is (21,53,33). Sum of RGB (Red+Green+Blue) = 21+53+33=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #153521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153521 is #EACADE. Grayscale: #292929. Windows color (decimal): -15387359 or 2176277. OLE color: 2176277.
HSL color Cylindrical-coordinate representation of color #153521: hue angle of 142.5º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153521 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 33 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.79 |
| HSL | 142.5º | 0.43% | 0.15% | - |
| HSV(B) | 142.5º | 0.6% | 0.21% | - |
| XYZ | 1.86 | 2.82 | 1.88 | - |
| YUV | 41.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 33 | 0.60 | 0 | 0.38 | 0.79 | 142.5 | 0.43 | 0.15 |
| Hex | 15 | 35 | 21 | 3C | 0 | 26 | 4F | 8E | 2B | F |
| Octal | 25 | 65 | 41 | 74 | 0 | 46 | 117 | 216 | 53 | 17 |
| Binary | 10101 | 110101 | 100001 | 111100 | 0 | 100110 | 1001111 | 10001110 | 101011 | 1111 |
Color Harmonies of #153521
Complementary color
Monochromatic Colors of #153521
Black with #153521
Text Example
Text Example
White with #153521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153521; }
p { color: rgb(21,53,33); }
H1.HeaderClassName
{
color: #153521;
}
.AnyTagClassName
{
color: #153521;
}
</style>
background-color css
<style>
a { background-color: #153521; }
a { background-color: rgb(21,53,33); }
div.DivClassName
{
background-color: #153521;
}
.BgClassName
{
background-color: #153521;
}
</style>
border-color css
<style>
span { border-color: #153521; }
span { border-color: rgb(21,53,33); }
td.TdClassName
{
border-color: #153521;
}
.TagClassName
{
border-color: #153521;
}
</style>