Shades of Deep Fir #09451A
Tints of Deep Fir #09451A
RGB
CMYK
RGB Variations
Color information
#09451A (or 0x09451A) is known color: Deep Fir. HEX triplet: 09, 45 and 1A. RGB value is (9,69,26). Sum of RGB (Red+Green+Blue) = 9+69+26=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #09451A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09451A is #F6BAE5. Grayscale: #2E2E2E. Windows color (decimal): -16169702 or 1721609. OLE color: 1721609.
HSL color Cylindrical-coordinate representation of color #09451A: hue angle of 137º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09451A is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 69 | 26 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.73 |
| HSL | 137º | 0.77% | 0.15% | - |
| HSV(B) | 137º | 0.87% | 0.27% | - |
| XYZ | 2.43 | 4.39 | 1.7 | - |
| YUV | 46.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 26 | 0.87 | 0 | 0.62 | 0.73 | 137 | 0.77 | 0.15 |
| Hex | 9 | 45 | 1A | 57 | 0 | 3E | 49 | 89 | 4D | F |
| Octal | 11 | 105 | 32 | 127 | 0 | 76 | 111 | 211 | 115 | 17 |
| Binary | 1001 | 1000101 | 11010 | 1010111 | 0 | 111110 | 1001001 | 10001001 | 1001101 | 1111 |
Color Harmonies of #09451A
Complementary color
Monochromatic Colors of #09451A
Black with #09451A
Text Example
Text Example
White with #09451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09451A; }
p { color: rgb(9,69,26); }
H1.HeaderClassName
{
color: #09451A;
}
.AnyTagClassName
{
color: #09451A;
}
</style>
background-color css
<style>
a { background-color: #09451A; }
a { background-color: rgb(9,69,26); }
div.DivClassName
{
background-color: #09451A;
}
.BgClassName
{
background-color: #09451A;
}
</style>
border-color css
<style>
span { border-color: #09451A; }
span { border-color: rgb(9,69,26); }
td.TdClassName
{
border-color: #09451A;
}
.TagClassName
{
border-color: #09451A;
}
</style>