Shades of Deep Fir #11361A
Tints of Deep Fir #11361A
RGB
CMYK
RGB Variations
Color information
#11361A (or 0x11361A) is known color: Deep Fir. HEX triplet: 11, 36 and 1A. RGB value is (17,54,26). Sum of RGB (Red+Green+Blue) = 17+54+26=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #11361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11361A is #EEC9E5. Grayscale: #272727. Windows color (decimal): -15649254 or 1717777. OLE color: 1717777.
HSL color Cylindrical-coordinate representation of color #11361A: hue angle of 134.59º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11361A is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 54 | 26 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.79 |
| HSL | 134.59º | 0.52% | 0.14% | - |
| HSV(B) | 134.59º | 0.69% | 0.21% | - |
| XYZ | 1.74 | 2.83 | 1.43 | - |
| YUV | 39.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 26 | 0.69 | 0 | 0.52 | 0.79 | 134.59 | 0.52 | 0.14 |
| Hex | 11 | 36 | 1A | 45 | 0 | 34 | 4F | 87 | 34 | E |
| Octal | 21 | 66 | 32 | 105 | 0 | 64 | 117 | 207 | 64 | 16 |
| Binary | 10001 | 110110 | 11010 | 1000101 | 0 | 110100 | 1001111 | 10000111 | 110100 | 1110 |
Color Harmonies of #11361A
Complementary color
Monochromatic Colors of #11361A
Black with #11361A
Text Example
Text Example
White with #11361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11361A; }
p { color: rgb(17,54,26); }
H1.HeaderClassName
{
color: #11361A;
}
.AnyTagClassName
{
color: #11361A;
}
</style>
background-color css
<style>
a { background-color: #11361A; }
a { background-color: rgb(17,54,26); }
div.DivClassName
{
background-color: #11361A;
}
.BgClassName
{
background-color: #11361A;
}
</style>
border-color css
<style>
span { border-color: #11361A; }
span { border-color: rgb(17,54,26); }
td.TdClassName
{
border-color: #11361A;
}
.TagClassName
{
border-color: #11361A;
}
</style>