Html Css Color HEX #094414 Deep Fir

📋 copy color: '#094414'

red 9 ◦ green 68 ◦ blue 20

#094414
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #094414

Tints of Deep Fir #094414

RGB

 RED value IS 9 (3.91% from 255) = 9.28%

 GREEN value IS 68 (26.95% from 255) = 70.1%

 BLUE value IS 20 (8.2% from 255) = 20.62%

R = 9.28%
G = 70.1%
B = 20.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#094414 (or 0x094414) is known color: Deep Fir. HEX triplet: 09, 44 and 14. RGB value is (9,68,20). Sum of RGB (Red+Green+Blue) = 9+68+20=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #094414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094414 is #F6BBEB. Grayscale: #2D2D2D. Windows color (decimal): -16169964 or 1328137. OLE color: 1328137.

HSL color Cylindrical-coordinate representation of color #094414: hue angle of 131.19º 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 #094414 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 20 -
CMYK 0.87 0 0.71 0.73
HSL 131.19º 0.77% 0.15% -
HSV(B) 131.19º 0.87% 0.27% -
XYZ 2.31 4.24 1.36 -
YUV 44.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 9 68 20 0.87 0 0.71 0.73 131.19 0.77 0.15
Hex 9 44 14 57 0 47 49 83 4D F
Octal 11 104 24 127 0 107 111 203 115 17
Binary 1001 1000100 10100 1010111 0 1000111 1001001 10000011 1001101 1111

Color Harmonies of #094414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094414

Black with #094414

Text Example


Text Example

White with #094414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094414; }

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

 H1.HeaderClassName
 {
   color: #094414;
 }
 .AnyTagClassName
 {
   color: #094414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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