#093416

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

Shades of Deep Fir #093416

Tints of Deep Fir #093416

Color information

#093416 (or 0x093416) is unknown color: approx Deep Fir. HEX triplet: 09, 34 and 16. RGB value is (9,52,22). Sum of RGB (Red+Green+Blue) = 9+52+22=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #093416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093416 is #F6CBE9. Grayscale: #232323. Windows color (decimal): -16174058 or 1455113. OLE color: 1455113.

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

Color convert

RGB95222-
CMYK0.8300.580.80
HSL138.14º70.49%11.96%-
HSV(B)138.14º82.69%20.39%-
XYZ1.492.571.18-
YUV35.72120.25108.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 52 (20.70% from 255) = 62.65%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=10.84%
G=62.65%
B=26.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952220.8300.580.80138.1470.4911.96
Hex934165303A508a46c
Octal11642612307212021210614
Binary1001110100101101010011011101010100001000101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093416; }

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

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

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

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

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

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

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

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