Shades of Deep Fir #133522
Tints of Deep Fir #133522
RGB
CMYK
RGB Variations
Color information
#133522 (or 0x133522) is known color: Deep Fir. HEX triplet: 13, 35 and 22. RGB value is (19,53,34). Sum of RGB (Red+Green+Blue) = 19+53+34=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #133522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133522 is #ECCADD. Grayscale: #282828. Windows color (decimal): -15518430 or 2241811. OLE color: 2241811.
HSL color Cylindrical-coordinate representation of color #133522: hue angle of 146.47º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #133522 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 53 | 34 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.79 |
| HSL | 146.47º | 0.47% | 0.14% | - |
| HSV(B) | 146.47º | 0.64% | 0.21% | - |
| XYZ | 1.83 | 2.8 | 1.96 | - |
| YUV | 40.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 34 | 0.64 | 0 | 0.36 | 0.79 | 146.47 | 0.47 | 0.14 |
| Hex | 13 | 35 | 22 | 40 | 0 | 24 | 4F | 92 | 2F | E |
| Octal | 23 | 65 | 42 | 100 | 0 | 44 | 117 | 222 | 57 | 16 |
| Binary | 10011 | 110101 | 100010 | 1000000 | 0 | 100100 | 1001111 | 10010010 | 101111 | 1110 |
Color Harmonies of #133522
Complementary color
Monochromatic Colors of #133522
Black with #133522
Text Example
Text Example
White with #133522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133522; }
p { color: rgb(19,53,34); }
H1.HeaderClassName
{
color: #133522;
}
.AnyTagClassName
{
color: #133522;
}
</style>
background-color css
<style>
a { background-color: #133522; }
a { background-color: rgb(19,53,34); }
div.DivClassName
{
background-color: #133522;
}
.BgClassName
{
background-color: #133522;
}
</style>
border-color css
<style>
span { border-color: #133522; }
span { border-color: rgb(19,53,34); }
td.TdClassName
{
border-color: #133522;
}
.TagClassName
{
border-color: #133522;
}
</style>