Html Css Color HEX #094014 Deep Fir

📋 copy color: '#094014'

red 9 ◦ green 64 ◦ blue 20

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

Shades of Deep Fir #094014

Tints of Deep Fir #094014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 68.82%

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

R = 9.68%
G = 68.82%
B = 21.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#094014 (or 0x094014) is known color: Deep Fir. HEX triplet: 09, 40 and 14. RGB value is (9,64,20). Sum of RGB (Red+Green+Blue) = 9+64+20=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #094014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094014 is #F6BFEB. Grayscale: #2A2A2A. Windows color (decimal): -16170988 or 1327113. OLE color: 1327113.

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

Color convert

RGB 9 64 20 -
CMYK 0.86 0 0.69 0.75
HSL 132º 0.75% 0.14% -
HSV(B) 132º 0.86% 0.25% -
XYZ 2.07 3.78 1.28 -
YUV 42.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 9 64 20 0.86 0 0.69 0.75 132 0.75 0.14
Hex 9 40 14 56 0 45 4B 84 4B E
Octal 11 100 24 126 0 105 113 204 113 16
Binary 1001 1000000 10100 1010110 0 1000101 1001011 10000100 1001011 1110

Color Harmonies of #094014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094014

Black with #094014

Text Example


Text Example

White with #094014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094014; }

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

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

background-color css

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

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

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

border-color css

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

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

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