#09401E

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

Shades of Deep Fir #09401E

Tints of Deep Fir #09401E

Color information

#09401E (or 0x09401E) is unknown color: approx Deep Fir. HEX triplet: 09, 40 and 1E. RGB value is (9,64,30). Sum of RGB (Red+Green+Blue) = 9+64+30=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #09401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09401E is #F6BFE1. Grayscale: #2B2B2B. Windows color (decimal): -16170978 or 1982473. OLE color: 1982473.

HSL color Cylindrical-coordinate representation of color #09401E: hue angle of 142.91º 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 #09401E is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB96430-
CMYK0.8600.530.75
HSL142.91º75.34%14.31%-
HSV(B)142.91º85.94%25.1%-
XYZ2.183.821.85-
YUV43.68120.28103.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 64 (25.39% from 255) = 62.14%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=8.74%
G=62.14%
B=29.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964300.8600.530.75142.9175.3414.31
Hex9401E560354B8f4be
Octal111003612606511321711316
Binary10011000000111101010110011010110010111000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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