Html Css Color HEX #094515 Deep Fir

📋 copy color: '#094515'

red 9 ◦ green 69 ◦ blue 21

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

Shades of Deep Fir #094515

Tints of Deep Fir #094515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.21%

R = 9.09%
G = 69.7%
B = 21.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#094515 (or 0x094515) is known color: Deep Fir. HEX triplet: 09, 45 and 15. RGB value is (9,69,21). Sum of RGB (Red+Green+Blue) = 9+69+21=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #094515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094515 is #F6BAEA. Grayscale: #2D2D2D. Windows color (decimal): -16169707 or 1393929. OLE color: 1393929.

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

Color convert

RGB 9 69 21 -
CMYK 0.87 0 0.70 0.73
HSL 132º 0.77% 0.15% -
HSV(B) 132º 0.87% 0.27% -
XYZ 2.38 4.37 1.43 -
YUV 45.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 9 69 21 0.87 0 0.70 0.73 132 0.77 0.15
Hex 9 45 15 57 0 46 49 84 4D F
Octal 11 105 25 127 0 106 111 204 115 17
Binary 1001 1000101 10101 1010111 0 1000110 1001001 10000100 1001101 1111

Color Harmonies of #094515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094515

Black with #094515

Text Example


Text Example

White with #094515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094515; }

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

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

background-color css

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

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

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

border-color css

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

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

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