#09421C

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

Shades of Deep Fir #09421C

Tints of Deep Fir #09421C

Color information

#09421C (or 0x09421C) is unknown color: approx Deep Fir. HEX triplet: 09, 42 and 1C. RGB value is (9,66,28). Sum of RGB (Red+Green+Blue) = 9+66+28=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #09421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421C is #F6BDE3. Grayscale: #2C2C2C. Windows color (decimal): -16170468 or 1851913. OLE color: 1851913.

HSL color Cylindrical-coordinate representation of color #09421C: hue angle of 140º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09421C is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB96628-
CMYK0.8600.580.74
HSL140º76%14.71%-
HSV(B)140º86.36%25.88%-
XYZ2.274.041.76-
YUV44.62118.62102.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 66 (26.17% from 255) = 64.08%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=8.74%
G=64.08%
B=27.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966280.8600.580.741407614.71
Hex9421C5603A4A8c4cf
Octal111023412607211221411417
Binary10011000010111001010110011101010010101000110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09421C; }

 p { color: rgb(9,66,28); }

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

<style>
 a { background-color: #09421C; }

 a { background-color: rgb(9,66,28); }

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

<style>
 span { border-color: #09421C; }

 span { border-color: rgb(9,66,28); }

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