#09411A

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

Shades of Deep Fir #09411A

Tints of Deep Fir #09411A

Color information

#09411A (or 0x09411A) is unknown color: approx Deep Fir. HEX triplet: 09, 41 and 1A. RGB value is (9,65,26). Sum of RGB (Red+Green+Blue) = 9+65+26=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #09411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411A is #F6BEE5. Grayscale: #2B2B2B. Windows color (decimal): -16170726 or 1720585. OLE color: 1720585.

HSL color Cylindrical-coordinate representation of color #09411A: hue angle of 138.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09411A is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB96526-
CMYK0.8600.600.75
HSL138.21º75.68%14.51%-
HSV(B)138.21º86.15%25.49%-
XYZ2.193.911.62-
YUV43.81117.95103.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 65 (25.78% from 255) = 65%
BLUE value IS 26 (10.55% from 255) = 26%
R=9%
G=65%
B=26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965260.8600.600.75138.2175.6814.51
Hex9411A5603C4B8a4cf
Octal111013212607411321211417
Binary10011000001110101010110011110010010111000101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09411A; }

 p { color: rgb(9,65,26); }

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

<style>
 a { background-color: #09411A; }

 a { background-color: rgb(9,65,26); }

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

<style>
 span { border-color: #09411A; }

 span { border-color: rgb(9,65,26); }

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