Shades of Deep Fir #133420
Tints of Deep Fir #133420
RGB
CMYK
RGB Variations
Color information
#133420 (or 0x133420) is known color: Deep Fir. HEX triplet: 13, 34 and 20. RGB value is (19,52,32). Sum of RGB (Red+Green+Blue) = 19+52+32=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #133420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133420 is #ECCBDF. Grayscale: #272727. Windows color (decimal): -15518688 or 2110483. OLE color: 2110483.
HSL color Cylindrical-coordinate representation of color #133420: hue angle of 143.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133420 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 32 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.80 |
| HSL | 143.64º | 0.46% | 0.14% | - |
| HSV(B) | 143.64º | 0.63% | 0.2% | - |
| XYZ | 1.76 | 2.7 | 1.79 | - |
| YUV | 39.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 32 | 0.63 | 0 | 0.38 | 0.80 | 143.64 | 0.46 | 0.14 |
| Hex | 13 | 34 | 20 | 3F | 0 | 26 | 50 | 90 | 2E | E |
| Octal | 23 | 64 | 40 | 77 | 0 | 46 | 120 | 220 | 56 | 16 |
| Binary | 10011 | 110100 | 100000 | 111111 | 0 | 100110 | 1010000 | 10010000 | 101110 | 1110 |
Color Harmonies of #133420
Complementary color
Monochromatic Colors of #133420
Black with #133420
Text Example
Text Example
White with #133420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133420; }
p { color: rgb(19,52,32); }
H1.HeaderClassName
{
color: #133420;
}
.AnyTagClassName
{
color: #133420;
}
</style>
background-color css
<style>
a { background-color: #133420; }
a { background-color: rgb(19,52,32); }
div.DivClassName
{
background-color: #133420;
}
.BgClassName
{
background-color: #133420;
}
</style>
border-color css
<style>
span { border-color: #133420; }
span { border-color: rgb(19,52,32); }
td.TdClassName
{
border-color: #133420;
}
.TagClassName
{
border-color: #133420;
}
</style>