Html Css Color HEX #094514 Deep Fir

📋 copy color: '#094514'

red 9 ◦ green 69 ◦ blue 20

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

Shades of Deep Fir #094514

Tints of Deep Fir #094514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 70.41%

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

R = 9.18%
G = 70.41%
B = 20.41%

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

#094514 (or 0x094514) is known color: Deep Fir. HEX triplet: 09, 45 and 14. RGB value is (9,69,20). Sum of RGB (Red+Green+Blue) = 9+69+20=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 69 (27.34% from 255 or 70.41% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 69 - color contains mainly: green. Hex color #094514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094514 is #F6BAEB. Grayscale: #2D2D2D. Windows color (decimal): -16169708 or 1328393. OLE color: 1328393.

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

Color convert

RGB 9 69 20 -
CMYK 0.87 0 0.71 0.73
HSL 131º 0.77% 0.15% -
HSV(B) 131º 0.87% 0.27% -
XYZ 2.37 4.36 1.38 -
YUV 45.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 9 69 20 0.87 0 0.71 0.73 131 0.77 0.15
Hex 9 45 14 57 0 47 49 83 4D F
Octal 11 105 24 127 0 107 111 203 115 17
Binary 1001 1000101 10100 1010111 0 1000111 1001001 10000011 1001101 1111

Color Harmonies of #094514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094514

Black with #094514

Text Example


Text Example

White with #094514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094514; }

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

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

background-color css

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

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

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

border-color css

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

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

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