#09411D

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

Shades of Deep Fir #09411D

Tints of Deep Fir #09411D

Color information

#09411D (or 0x09411D) is unknown color: approx Deep Fir. HEX triplet: 09, 41 and 1D. RGB value is (9,65,29). Sum of RGB (Red+Green+Blue) = 9+65+29=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #09411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411D is #F6BEE2. Grayscale: #2C2C2C. Windows color (decimal): -16170723 or 1917193. OLE color: 1917193.

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

Color convert

RGB96529-
CMYK0.8600.550.75
HSL141.43º75.68%14.51%-
HSV(B)141.43º86.15%25.49%-
XYZ2.223.931.8-
YUV44.15119.45102.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 65 (25.78% from 255) = 63.11%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=8.74%
G=63.11%
B=28.16%

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
Decimal965290.8600.550.75141.4375.6814.51
Hex9411D560374B8d4cf
Octal111013512606711321511417
Binary10011000001111011010110011011110010111000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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