#092711

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

Shades of Deep Fir #092711

Tints of Deep Fir #092711

Color information

#092711 (or 0x092711) is unknown color: approx Deep Fir. HEX triplet: 09, 27 and 11. RGB value is (9,39,17). Sum of RGB (Red+Green+Blue) = 9+39+17=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #092711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092711 is #F6D8EE. Grayscale: #1B1B1B. Windows color (decimal): -16177391 or 1124105. OLE color: 1124105.

HSL color Cylindrical-coordinate representation of color #092711: hue angle of 136º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #092711 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB93917-
CMYK0.7700.560.85
HSL136º62.5%9.41%-
HSV(B)136º76.92%15.29%-
XYZ0.941.550.78-
YUV27.52122.06114.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 39 (15.62% from 255) = 60%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=13.85%
G=60%
B=26.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939170.7700.560.8513662.59.41
Hex927114D03855883e9
Octal1147211150701252107611
Binary100110011110001100110101110001010101100010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092711; }

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

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

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

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

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

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

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

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