Html Css Color HEX #094115 Deep Fir

📋 copy color: '#094115'

red 9 ◦ green 65 ◦ blue 21

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

Shades of Deep Fir #094115

Tints of Deep Fir #094115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 68.42%

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

R = 9.47%
G = 68.42%
B = 22.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#094115 (or 0x094115) is known color: Deep Fir. HEX triplet: 09, 41 and 15. RGB value is (9,65,21). Sum of RGB (Red+Green+Blue) = 9+65+21=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #094115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094115 is #F6BEEA. Grayscale: #2B2B2B. Windows color (decimal): -16170731 or 1392905. OLE color: 1392905.

HSL color Cylindrical-coordinate representation of color #094115: hue angle of 132.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094115 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 21 -
CMYK 0.86 0 0.68 0.75
HSL 132.86º 0.76% 0.15% -
HSV(B) 132.86º 0.86% 0.25% -
XYZ 2.14 3.89 1.35 -
YUV 43.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 9 65 21 0.86 0 0.68 0.75 132.86 0.76 0.15
Hex 9 41 15 56 0 44 4B 85 4C F
Octal 11 101 25 126 0 104 113 205 114 17
Binary 1001 1000001 10101 1010110 0 1000100 1001011 10000101 1001100 1111

Color Harmonies of #094115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094115

Black with #094115

Text Example


Text Example

White with #094115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094115; }

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

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

background-color css

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

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

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

border-color css

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

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

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