#093211

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

Shades of Deep Fir #093211

Tints of Deep Fir #093211

Color information

#093211 (or 0x093211) is unknown color: approx Deep Fir. HEX triplet: 09, 32 and 11. RGB value is (9,50,17). Sum of RGB (Red+Green+Blue) = 9+50+17=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #093211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093211 is #F6CDEE. Grayscale: #222222. Windows color (decimal): -16174575 or 1126921. OLE color: 1126921.

HSL color Cylindrical-coordinate representation of color #093211: hue angle of 131.71º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093211 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB95017-
CMYK0.8200.660.80
HSL131.71º69.49%11.57%-
HSV(B)131.71º82%19.61%-
XYZ1.352.380.92-
YUV33.98118.42110.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 50 (19.92% from 255) = 65.79%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=11.84%
G=65.79%
B=22.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950170.8200.660.80131.7169.4911.57
Hex9321152042508445c
Octal116221122010212020410514
Binary10011100101000110100100100001010100001000010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093211; }

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

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

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

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

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

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

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

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