#092411

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

Shades of Deep Fir #092411

Tints of Deep Fir #092411

Color information

#092411 (or 0x092411) is unknown color: approx Deep Fir. HEX triplet: 09, 24 and 11. RGB value is (9,36,17). Sum of RGB (Red+Green+Blue) = 9+36+17=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #092411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092411 is #F6DBEE. Grayscale: #191919. Windows color (decimal): -16178159 or 1123337. OLE color: 1123337.

HSL color Cylindrical-coordinate representation of color #092411: hue angle of 137.78º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #092411 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB93617-
CMYK0.7500.530.86
HSL137.78º60%8.82%-
HSV(B)137.78º75%14.12%-
XYZ0.841.360.75-
YUV25.76123.05116.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.52%
GREEN value IS 36 (14.45% from 255) = 58.06%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=14.52%
G=58.06%
B=27.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal936170.7500.530.86137.78608.82
Hex924114B035568a3c9
Octal1144211130651262127411
Binary100110010010001100101101101011010110100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092411; }

 p { color: rgb(9,36,17); }

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

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

 a { background-color: rgb(9,36,17); }

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

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

 span { border-color: rgb(9,36,17); }

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