#09451E

Color #09451E Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #09451E

Tints of Deep Fir #09451E

Color information

#09451E (or 0x09451E) is unknown color: approx Deep Fir. HEX triplet: 09, 45 and 1E. RGB value is (9,69,30). Sum of RGB (Red+Green+Blue) = 9+69+30=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #09451E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09451E is #F6BAE1. Grayscale: #2E2E2E. Windows color (decimal): -16169698 or 1983753. OLE color: 1983753.

HSL color Cylindrical-coordinate representation of color #09451E: hue angle of 141º 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 #09451E is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB96930-
CMYK0.8700.570.73
HSL141º76.92%15.29%-
HSV(B)141º86.96%27.06%-
XYZ2.484.411.95-
YUV46.61118.62101.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 69 (27.34% from 255) = 63.89%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=8.33%
G=63.89%
B=27.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal969300.8700.570.7314176.9215.29
Hex9451E57039498d4df
Octal111053612707111121511517
Binary10011000101111101010111011100110010011000110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09451E; }

 p { color: rgb(9,69,30); }

 H1.HeaderClassName
 {
   color: #09451E;
 }
 .AnyTagClassName
 {
   color: #09451E;
 }
</style>
background-color css

<style>
 a { background-color: #09451E; }

 a { background-color: rgb(9,69,30); }

 div.DivClassName
 {
   background-color: #09451E;
 }
 .BgClassName
 {
   background-color: #09451E;
 }
</style>
border-color css

<style>
 span { border-color: #09451E; }

 span { border-color: rgb(9,69,30); }

 td.TdClassName
 {
   border-color: #09451E;
 }
 .TagClassName
 {
   border-color: #09451E;
 }
</style>