#09411C

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

Shades of Deep Fir #09411C

Tints of Deep Fir #09411C

Color information

#09411C (or 0x09411C) is unknown color: approx Deep Fir. HEX triplet: 09, 41 and 1C. RGB value is (9,65,28). Sum of RGB (Red+Green+Blue) = 9+65+28=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #09411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411C is #F6BEE3. Grayscale: #2C2C2C. Windows color (decimal): -16170724 or 1851657. OLE color: 1851657.

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

Color convert

RGB96528-
CMYK0.8600.570.75
HSL140.36º75.68%14.51%-
HSV(B)140.36º86.15%25.49%-
XYZ2.213.921.74-
YUV44.04118.95103.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 65 (25.78% from 255) = 63.73%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=8.82%
G=63.73%
B=27.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965280.8600.570.75140.3675.6814.51
Hex9411C560394B8c4cf
Octal111013412607111321411417
Binary10011000001111001010110011100110010111000110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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