#09411B

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

Shades of Deep Fir #09411B

Tints of Deep Fir #09411B

Color information

#09411B (or 0x09411B) is unknown color: approx Deep Fir. HEX triplet: 09, 41 and 1B. RGB value is (9,65,27). Sum of RGB (Red+Green+Blue) = 9+65+27=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #09411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411B is #F6BEE4. Grayscale: #2C2C2C. Windows color (decimal): -16170725 or 1786121. OLE color: 1786121.

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

Color convert

RGB96527-
CMYK0.8600.580.75
HSL139.29º75.68%14.51%-
HSV(B)139.29º86.15%25.49%-
XYZ2.23.921.68-
YUV43.92118.45103.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 65 (25.78% from 255) = 64.36%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=8.91%
G=64.36%
B=26.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965270.8600.580.75139.2975.6814.51
Hex9411B5603A4B8b4cf
Octal111013312607211321311417
Binary10011000001110111010110011101010010111000101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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