Shades of Deep Fir #153523
Tints of Deep Fir #153523
RGB
CMYK
RGB Variations
Color information
#153523 (or 0x153523) is known color: Deep Fir. HEX triplet: 15, 35 and 23. RGB value is (21,53,35). Sum of RGB (Red+Green+Blue) = 21+53+35=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #153523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153523 is #EACADC. Grayscale: #292929. Windows color (decimal): -15387357 or 2307349. OLE color: 2307349.
HSL color Cylindrical-coordinate representation of color #153523: hue angle of 146.25º 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 #153523 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 35 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.79 |
| HSL | 146.25º | 0.43% | 0.15% | - |
| HSV(B) | 146.25º | 0.6% | 0.21% | - |
| XYZ | 1.89 | 2.83 | 2.04 | - |
| YUV | 41.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 35 | 0.60 | 0 | 0.34 | 0.79 | 146.25 | 0.43 | 0.15 |
| Hex | 15 | 35 | 23 | 3C | 0 | 22 | 4F | 92 | 2B | F |
| Octal | 25 | 65 | 43 | 74 | 0 | 42 | 117 | 222 | 53 | 17 |
| Binary | 10101 | 110101 | 100011 | 111100 | 0 | 100010 | 1001111 | 10010010 | 101011 | 1111 |
Color Harmonies of #153523
Complementary color
Monochromatic Colors of #153523
Black with #153523
Text Example
Text Example
White with #153523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153523; }
p { color: rgb(21,53,35); }
H1.HeaderClassName
{
color: #153523;
}
.AnyTagClassName
{
color: #153523;
}
</style>
background-color css
<style>
a { background-color: #153523; }
a { background-color: rgb(21,53,35); }
div.DivClassName
{
background-color: #153523;
}
.BgClassName
{
background-color: #153523;
}
</style>
border-color css
<style>
span { border-color: #153523; }
span { border-color: rgb(21,53,35); }
td.TdClassName
{
border-color: #153523;
}
.TagClassName
{
border-color: #153523;
}
</style>