Html Css Color HEX #094319 Deep Fir

📋 copy color: '#094319'

red 9 ◦ green 67 ◦ blue 25

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

Shades of Deep Fir #094319

Tints of Deep Fir #094319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 24.75%

R = 8.91%
G = 66.34%
B = 24.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#094319 (or 0x094319) is known color: Deep Fir. HEX triplet: 09, 43 and 19. RGB value is (9,67,25). Sum of RGB (Red+Green+Blue) = 9+67+25=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #094319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094319 is #F6BCE6. Grayscale: #2C2C2C. Windows color (decimal): -16170215 or 1655561. OLE color: 1655561.

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

Color convert

RGB 9 67 25 -
CMYK 0.87 0 0.63 0.74
HSL 136.55º 0.76% 0.15% -
HSV(B) 136.55º 0.87% 0.26% -
XYZ 2.3 4.14 1.6 -
YUV 44.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 9 67 25 0.87 0 0.63 0.74 136.55 0.76 0.15
Hex 9 43 19 57 0 3F 4A 89 4C F
Octal 11 103 31 127 0 77 112 211 114 17
Binary 1001 1000011 11001 1010111 0 111111 1001010 10001001 1001100 1111

Color Harmonies of #094319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094319

Black with #094319

Text Example


Text Example

White with #094319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094319; }

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

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

background-color css

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

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

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

border-color css

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

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

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