Html Css Color HEX #094413 Deep Fir

📋 copy color: '#094413'

red 9 ◦ green 68 ◦ blue 19

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

Shades of Deep Fir #094413

Tints of Deep Fir #094413

RGB

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

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

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

R = 9.38%
G = 70.83%
B = 19.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#094413 (or 0x094413) is known color: Deep Fir. HEX triplet: 09, 44 and 13. RGB value is (9,68,19). Sum of RGB (Red+Green+Blue) = 9+68+19=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #094413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094413 is #F6BBEC. Grayscale: #2C2C2C. Windows color (decimal): -16169965 or 1262601. OLE color: 1262601.

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

Color convert

RGB 9 68 19 -
CMYK 0.87 0 0.72 0.73
HSL 130.17º 0.77% 0.15% -
HSV(B) 130.17º 0.87% 0.27% -
XYZ 2.3 4.24 1.31 -
YUV 44.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 9 68 19 0.87 0 0.72 0.73 130.17 0.77 0.15
Hex 9 44 13 57 0 48 49 82 4D F
Octal 11 104 23 127 0 110 111 202 115 17
Binary 1001 1000100 10011 1010111 0 1001000 1001001 10000010 1001101 1111

Color Harmonies of #094413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094413

Black with #094413

Text Example


Text Example

White with #094413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094413; }

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

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

background-color css

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

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

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

border-color css

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

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

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