Html Css Color HEX #094713 Deep Fir

📋 copy color: '#094713'

red 9 ◦ green 71 ◦ blue 19

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

Shades of Deep Fir #094713

Tints of Deep Fir #094713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 71.72%

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

R = 9.09%
G = 71.72%
B = 19.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#094713 (or 0x094713) is known color: Deep Fir. HEX triplet: 09, 47 and 13. RGB value is (9,71,19). Sum of RGB (Red+Green+Blue) = 9+71+19=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #094713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094713 is #F6B8EC. Grayscale: #2E2E2E. Windows color (decimal): -16169197 or 1263369. OLE color: 1263369.

HSL color Cylindrical-coordinate representation of color #094713: hue angle of 129.68º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094713 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 19 -
CMYK 0.87 0 0.73 0.72
HSL 129.68º 0.78% 0.16% -
HSV(B) 129.68º 0.87% 0.28% -
XYZ 2.48 4.61 1.38 -
YUV 46.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 9 71 19 0.87 0 0.73 0.72 129.68 0.78 0.16
Hex 9 47 13 57 0 49 48 82 4E 10
Octal 11 107 23 127 0 111 110 202 116 20
Binary 1001 1000111 10011 1010111 0 1001001 1001000 10000010 1001110 10000

Color Harmonies of #094713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094713

Black with #094713

Text Example


Text Example

White with #094713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094713; }

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

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

background-color css

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

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

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

border-color css

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

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

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