Shades of Deep Fir #09431A
Tints of Deep Fir #09431A
RGB
CMYK
RGB Variations
Color information
#09431A (or 0x09431A) is known color: Deep Fir. HEX triplet: 09, 43 and 1A. RGB value is (9,67,26). Sum of RGB (Red+Green+Blue) = 9+67+26=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #09431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09431A is #F6BCE5. Grayscale: #2D2D2D. Windows color (decimal): -16170214 or 1721097. OLE color: 1721097.
HSL color Cylindrical-coordinate representation of color #09431A: hue angle of 137.59º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09431A is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 26 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.74 |
| HSL | 137.59º | 0.76% | 0.15% | - |
| HSV(B) | 137.59º | 0.87% | 0.26% | - |
| XYZ | 2.31 | 4.15 | 1.66 | - |
| YUV | 44.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 26 | 0.87 | 0 | 0.61 | 0.74 | 137.59 | 0.76 | 0.15 |
| Hex | 9 | 43 | 1A | 57 | 0 | 3D | 4A | 8A | 4C | F |
| Octal | 11 | 103 | 32 | 127 | 0 | 75 | 112 | 212 | 114 | 17 |
| Binary | 1001 | 1000011 | 11010 | 1010111 | 0 | 111101 | 1001010 | 10001010 | 1001100 | 1111 |
Color Harmonies of #09431A
Complementary color
Monochromatic Colors of #09431A
Black with #09431A
Text Example
Text Example
White with #09431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09431A; }
p { color: rgb(9,67,26); }
H1.HeaderClassName
{
color: #09431A;
}
.AnyTagClassName
{
color: #09431A;
}
</style>
background-color css
<style>
a { background-color: #09431A; }
a { background-color: rgb(9,67,26); }
div.DivClassName
{
background-color: #09431A;
}
.BgClassName
{
background-color: #09431A;
}
</style>
border-color css
<style>
span { border-color: #09431A; }
span { border-color: rgb(9,67,26); }
td.TdClassName
{
border-color: #09431A;
}
.TagClassName
{
border-color: #09431A;
}
</style>