#09401D

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

Shades of Deep Fir #09401D

Tints of Deep Fir #09401D

Color information

#09401D (or 0x09401D) is unknown color: approx Deep Fir. HEX triplet: 09, 40 and 1D. RGB value is (9,64,29). Sum of RGB (Red+Green+Blue) = 9+64+29=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #09401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09401D is #F6BFE2. Grayscale: #2B2B2B. Windows color (decimal): -16170979 or 1916937. OLE color: 1916937.

HSL color Cylindrical-coordinate representation of color #09401D: hue angle of 141.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09401D is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB96429-
CMYK0.8600.550.75
HSL141.82º75.34%14.31%-
HSV(B)141.82º85.94%25.1%-
XYZ2.173.811.78-
YUV43.56119.78103.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=8.82%
G=62.75%
B=28.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964290.8600.550.75141.8275.3414.31
Hex9401D560374B8e4be
Octal111003512606711321611316
Binary10011000000111011010110011011110010111000111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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