#09451D

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

Shades of Deep Fir #09451D

Tints of Deep Fir #09451D

Color information

#09451D (or 0x09451D) is unknown color: approx Deep Fir. HEX triplet: 09, 45 and 1D. RGB value is (9,69,29). Sum of RGB (Red+Green+Blue) = 9+69+29=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #09451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09451D is #F6BAE2. Grayscale: #2E2E2E. Windows color (decimal): -16169699 or 1918217. OLE color: 1918217.

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

Color convert

RGB96929-
CMYK0.8700.580.73
HSL140º76.92%15.29%-
HSV(B)140º86.96%27.06%-
XYZ2.464.41.88-
YUV46.5118.12101.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 69 (27.34% from 255) = 64.49%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=8.41%
G=64.49%
B=27.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal969290.8700.580.7314076.9215.29
Hex9451D5703A498c4df
Octal111053512707211121411517
Binary10011000101111011010111011101010010011000110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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