#093F1C

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

Shades of Deep Fir #093F1C

Tints of Deep Fir #093F1C

Color information

#093F1C (or 0x093F1C) is unknown color: approx Deep Fir. HEX triplet: 09, 3F and 1C. RGB value is (9,63,28). Sum of RGB (Red+Green+Blue) = 9+63+28=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 63 (25% from 255 or 63% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 63 - color contains mainly: green. Hex color #093F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F1C is #F6C0E3. Grayscale: #2A2A2A. Windows color (decimal): -16171236 or 1851145. OLE color: 1851145.

HSL color Cylindrical-coordinate representation of color #093F1C: hue angle of 141.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F1C is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB96328-
CMYK0.8600.560.75
HSL141.11º75%14.12%-
HSV(B)141.11º85.71%24.71%-
XYZ2.13.71.7-
YUV42.86119.61103.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 63 (25% from 255) = 63%
BLUE value IS 28 (11.33% from 255) = 28%
R=9%
G=63%
B=28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963280.8600.560.75141.117514.12
Hex93F1C560384B8d4be
Octal11773412607011321511316
Binary1001111111111001010110011100010010111000110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093F1C; }

 p { color: rgb(9,63,28); }

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

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

 a { background-color: rgb(9,63,28); }

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

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

 span { border-color: rgb(9,63,28); }

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