Html Css Color HEX #094015 Deep Fir

📋 copy color: '#094015'

red 9 ◦ green 64 ◦ blue 21

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

Shades of Deep Fir #094015

Tints of Deep Fir #094015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 68.09%

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

R = 9.57%
G = 68.09%
B = 22.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#094015 (or 0x094015) is known color: Deep Fir. HEX triplet: 09, 40 and 15. RGB value is (9,64,21). Sum of RGB (Red+Green+Blue) = 9+64+21=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #094015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094015 is #F6BFEA. Grayscale: #2A2A2A. Windows color (decimal): -16170987 or 1392649. OLE color: 1392649.

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

Color convert

RGB 9 64 21 -
CMYK 0.86 0 0.67 0.75
HSL 133.09º 0.75% 0.14% -
HSV(B) 133.09º 0.86% 0.25% -
XYZ 2.08 3.78 1.33 -
YUV 42.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 9 64 21 0.86 0 0.67 0.75 133.09 0.75 0.14
Hex 9 40 15 56 0 43 4B 85 4B E
Octal 11 100 25 126 0 103 113 205 113 16
Binary 1001 1000000 10101 1010110 0 1000011 1001011 10000101 1001011 1110

Color Harmonies of #094015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094015

Black with #094015

Text Example


Text Example

White with #094015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094015; }

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

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

background-color css

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

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

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

border-color css

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

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

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