#093316

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

Shades of Deep Fir #093316

Tints of Deep Fir #093316

Color information

#093316 (or 0x093316) is unknown color: approx Deep Fir. HEX triplet: 09, 33 and 16. RGB value is (9,51,22). Sum of RGB (Red+Green+Blue) = 9+51+22=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #093316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093316 is #F6CCE9. Grayscale: #232323. Windows color (decimal): -16174314 or 1454857. OLE color: 1454857.

HSL color Cylindrical-coordinate representation of color #093316: hue angle of 138.57º degrees, saturation: 0.7, 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 #093316 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB95122-
CMYK0.8200.570.8
HSL138.57º70%11.76%-
HSV(B)138.57º82.35%20%-
XYZ1.442.481.16-
YUV35.14120.59109.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 51 (20.31% from 255) = 62.20%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=10.98%
G=62.20%
B=26.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951220.8200.570.8138.577011.76
Hex9331652039508b46c
Octal11632612207112021310614
Binary1001110011101101010010011100110100001000101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093316; }

 p { color: rgb(9,51,22); }

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

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

 a { background-color: rgb(9,51,22); }

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

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

 span { border-color: rgb(9,51,22); }

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