Html Css Color HEX #094313 Deep Fir

📋 copy color: '#094313'

red 9 ◦ green 67 ◦ blue 19

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

Shades of Deep Fir #094313

Tints of Deep Fir #094313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 70.53%

 BLUE value IS 19 (7.81% from 255) = 20%

R = 9.47%
G = 70.53%
B = 20%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#094313 (or 0x094313) is known color: Deep Fir. HEX triplet: 09, 43 and 13. RGB value is (9,67,19). Sum of RGB (Red+Green+Blue) = 9+67+19=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #094313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094313 is #F6BCEC. Grayscale: #2C2C2C. Windows color (decimal): -16170221 or 1262345. OLE color: 1262345.

HSL color Cylindrical-coordinate representation of color #094313: hue angle of 130.34º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094313 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 67 19 -
CMYK 0.87 0 0.72 0.74
HSL 130.34º 0.76% 0.15% -
HSV(B) 130.34º 0.87% 0.26% -
XYZ 2.24 4.12 1.29 -
YUV 44.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 9 67 19 0.87 0 0.72 0.74 130.34 0.76 0.15
Hex 9 43 13 57 0 48 4A 82 4C F
Octal 11 103 23 127 0 110 112 202 114 17
Binary 1001 1000011 10011 1010111 0 1001000 1001010 10000010 1001100 1111

Color Harmonies of #094313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094313

Black with #094313

Text Example


Text Example

White with #094313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094313; }

 p { color: rgb(9,67,19); }

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

background-color css

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

 a { background-color: rgb(9,67,19); }

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

border-color css

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

 span { border-color: rgb(9,67,19); }

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