Shades of Deep Fir #194521
Tints of Deep Fir #194521
RGB
CMYK
RGB Variations
Color information
#194521 (or 0x194521) is known color: Deep Fir. HEX triplet: 19, 45 and 21. RGB value is (25,69,33). Sum of RGB (Red+Green+Blue) = 25+69+33=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #194521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194521 is #E6BADE. Grayscale: #333333. Windows color (decimal): -15121119 or 2180377. OLE color: 2180377.
HSL color Cylindrical-coordinate representation of color #194521: hue angle of 130.91º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194521 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 33 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.73 |
| HSL | 130.91º | 0.47% | 0.18% | - |
| HSV(B) | 130.91º | 0.64% | 0.27% | - |
| XYZ | 2.8 | 4.57 | 2.17 | - |
| YUV | 51.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 33 | 0.64 | 0 | 0.52 | 0.73 | 130.91 | 0.47 | 0.18 |
| Hex | 19 | 45 | 21 | 40 | 0 | 34 | 49 | 83 | 2F | 12 |
| Octal | 31 | 105 | 41 | 100 | 0 | 64 | 111 | 203 | 57 | 22 |
| Binary | 11001 | 1000101 | 100001 | 1000000 | 0 | 110100 | 1001001 | 10000011 | 101111 | 10010 |
Color Harmonies of #194521
Complementary color
Monochromatic Colors of #194521
Black with #194521
Text Example
Text Example
White with #194521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194521; }
p { color: rgb(25,69,33); }
H1.HeaderClassName
{
color: #194521;
}
.AnyTagClassName
{
color: #194521;
}
</style>
background-color css
<style>
a { background-color: #194521; }
a { background-color: rgb(25,69,33); }
div.DivClassName
{
background-color: #194521;
}
.BgClassName
{
background-color: #194521;
}
</style>
border-color css
<style>
span { border-color: #194521; }
span { border-color: rgb(25,69,33); }
td.TdClassName
{
border-color: #194521;
}
.TagClassName
{
border-color: #194521;
}
</style>