#09421E

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

Shades of Deep Fir #09421E

Tints of Deep Fir #09421E

Color information

#09421E (or 0x09421E) is unknown color: approx Deep Fir. HEX triplet: 09, 42 and 1E. RGB value is (9,66,30). Sum of RGB (Red+Green+Blue) = 9+66+30=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #09421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421E is #F6BDE1. Grayscale: #2C2C2C. Windows color (decimal): -16170466 or 1982985. OLE color: 1982985.

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

Color convert

RGB96630-
CMYK0.8600.550.74
HSL142.11º76%14.71%-
HSV(B)142.11º86.36%25.88%-
XYZ2.34.051.89-
YUV44.85119.62102.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 66 (26.17% from 255) = 62.86%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=8.57%
G=62.86%
B=28.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966300.8600.550.74142.117614.71
Hex9421E560374A8e4cf
Octal111023612606711221611417
Binary10011000010111101010110011011110010101000111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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