Html Css Color HEX #094815 Deep Fir

📋 copy color: '#094815'

red 9 ◦ green 72 ◦ blue 21

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

Shades of Deep Fir #094815

Tints of Deep Fir #094815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 70.59%

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

R = 8.82%
G = 70.59%
B = 20.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#094815 (or 0x094815) is known color: Deep Fir. HEX triplet: 09, 48 and 15. RGB value is (9,72,21). Sum of RGB (Red+Green+Blue) = 9+72+21=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #094815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094815 is #F6B7EA. Grayscale: #2F2F2F. Windows color (decimal): -16168939 or 1394697. OLE color: 1394697.

HSL color Cylindrical-coordinate representation of color #094815: hue angle of 131.43º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094815 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 21 -
CMYK 0.88 0 0.71 0.72
HSL 131.43º 0.78% 0.16% -
HSV(B) 131.43º 0.88% 0.28% -
XYZ 2.57 4.75 1.49 -
YUV 47.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 9 72 21 0.88 0 0.71 0.72 131.43 0.78 0.16
Hex 9 48 15 58 0 47 48 83 4E 10
Octal 11 110 25 130 0 107 110 203 116 20
Binary 1001 1001000 10101 1011000 0 1000111 1001000 10000011 1001110 10000

Color Harmonies of #094815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094815

Black with #094815

Text Example


Text Example

White with #094815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094815; }

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

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

background-color css

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

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

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

border-color css

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

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

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