#094417

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

Shades of Deep Fir #094417

Tints of Deep Fir #094417

Color information

#094417 (or 0x094417) is unknown color: approx Deep Fir. HEX triplet: 09, 44 and 17. RGB value is (9,68,23). Sum of RGB (Red+Green+Blue) = 9+68+23=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #094417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094417 is #F6BBE8. Grayscale: #2D2D2D. Windows color (decimal): -16169961 or 1524745. OLE color: 1524745.

HSL color Cylindrical-coordinate representation of color #094417: hue angle of 134.24º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094417 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB96823-
CMYK0.8700.660.73
HSL134.24º76.62%15.1%-
HSV(B)134.24º86.76%26.67%-
XYZ2.334.251.51-
YUV45.23115.45102.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 68 (26.95% from 255) = 68%
BLUE value IS 23 (9.38% from 255) = 23%
R=9%
G=68%
B=23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968230.8700.660.73134.2476.6215.1
Hex944175704249864df
Octal1110427127010211120611517
Binary100110001001011110101110100001010010011000011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094417; }

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

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

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

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

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

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

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

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