#093417

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

Shades of Deep Fir #093417

Tints of Deep Fir #093417

Color information

#093417 (or 0x093417) is unknown color: approx Deep Fir. HEX triplet: 09, 34 and 17. RGB value is (9,52,23). Sum of RGB (Red+Green+Blue) = 9+52+23=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #093417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093417 is #F6CBE8. Grayscale: #232323. Windows color (decimal): -16174057 or 1520649. OLE color: 1520649.

HSL color Cylindrical-coordinate representation of color #093417: hue angle of 139.53º 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 #093417 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB95223-
CMYK0.8300.560.80
HSL139.53º70.49%11.96%-
HSV(B)139.53º82.69%20.39%-
XYZ1.52.581.23-
YUV35.84120.75108.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=10.71%
G=61.90%
B=27.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952230.8300.560.80139.5370.4911.96
Hex9341753038508c46c
Octal11642712307012021410614
Binary1001110100101111010011011100010100001000110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093417; }

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

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

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

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

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

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

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

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