Html Css Color HEX #094519 Deep Fir

📋 copy color: '#094519'

red 9 ◦ green 69 ◦ blue 25

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

Shades of Deep Fir #094519

Tints of Deep Fir #094519

RGB

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

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

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

R = 8.74%
G = 66.99%
B = 24.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#094519 (or 0x094519) is known color: Deep Fir. HEX triplet: 09, 45 and 19. RGB value is (9,69,25). Sum of RGB (Red+Green+Blue) = 9+69+25=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 69 (27.34% from 255 or 66.99% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 69 - color contains mainly: green. Hex color #094519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094519 is #F6BAE6. Grayscale: #2E2E2E. Windows color (decimal): -16169703 or 1656073. OLE color: 1656073.

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

Color convert

RGB 9 69 25 -
CMYK 0.87 0 0.64 0.73
HSL 136º 0.77% 0.15% -
HSV(B) 136º 0.87% 0.27% -
XYZ 2.42 4.38 1.64 -
YUV 46.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 9 69 25 0.87 0 0.64 0.73 136 0.77 0.15
Hex 9 45 19 57 0 40 49 88 4D F
Octal 11 105 31 127 0 100 111 210 115 17
Binary 1001 1000101 11001 1010111 0 1000000 1001001 10001000 1001101 1111

Color Harmonies of #094519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094519

Black with #094519

Text Example


Text Example

White with #094519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094519; }

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

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

background-color css

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

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

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

border-color css

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

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

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