#093F1E

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

Shades of Deep Fir #093F1E

Tints of Deep Fir #093F1E

Color information

#093F1E (or 0x093F1E) is unknown color: approx Deep Fir. HEX triplet: 09, 3F and 1E. RGB value is (9,63,30). Sum of RGB (Red+Green+Blue) = 9+63+30=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #093F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F1E is #F6C0E1. Grayscale: #2B2B2B. Windows color (decimal): -16171234 or 1982217. OLE color: 1982217.

HSL color Cylindrical-coordinate representation of color #093F1E: hue angle of 143.33º 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 #093F1E is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB96330-
CMYK0.8600.520.75
HSL143.33º75%14.12%-
HSV(B)143.33º85.71%24.71%-
XYZ2.123.711.83-
YUV43.09120.61103.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 63 (25% from 255) = 61.76%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=8.82%
G=61.76%
B=29.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963300.8600.520.75143.337514.12
Hex93F1E560344B8f4be
Octal11773612606411321711316
Binary1001111111111101010110011010010010111000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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