#09421D

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

Shades of Deep Fir #09421D

Tints of Deep Fir #09421D

Color information

#09421D (or 0x09421D) is unknown color: approx Deep Fir. HEX triplet: 09, 42 and 1D. RGB value is (9,66,29). Sum of RGB (Red+Green+Blue) = 9+66+29=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #09421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421D is #F6BDE2. Grayscale: #2C2C2C. Windows color (decimal): -16170467 or 1917449. OLE color: 1917449.

HSL color Cylindrical-coordinate representation of color #09421D: hue angle of 141.05º 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 #09421D is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB96629-
CMYK0.8600.560.74
HSL141.05º76%14.71%-
HSV(B)141.05º86.36%25.88%-
XYZ2.284.041.82-
YUV44.74119.12102.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 66 (26.17% from 255) = 63.46%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=8.65%
G=63.46%
B=27.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966290.8600.560.74141.057614.71
Hex9421D560384A8d4cf
Octal111023512607011221511417
Binary10011000010111011010110011100010010101000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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