Html Css Color HEX #094813 Deep Fir

📋 copy color: '#094813'

red 9 ◦ green 72 ◦ blue 19

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

Shades of Deep Fir #094813

Tints of Deep Fir #094813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19%

R = 9%
G = 72%
B = 19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#094813 (or 0x094813) is known color: Deep Fir. HEX triplet: 09, 48 and 13. RGB value is (9,72,19). Sum of RGB (Red+Green+Blue) = 9+72+19=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #094813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094813 is #F6B7EC. Grayscale: #2F2F2F. Windows color (decimal): -16168941 or 1263625. OLE color: 1263625.

HSL color Cylindrical-coordinate representation of color #094813: hue angle of 129.52º 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 #094813 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 19 -
CMYK 0.88 0 0.74 0.72
HSL 129.52º 0.78% 0.16% -
HSV(B) 129.52º 0.88% 0.28% -
XYZ 2.55 4.74 1.4 -
YUV 47.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 9 72 19 0.88 0 0.74 0.72 129.52 0.78 0.16
Hex 9 48 13 58 0 4A 48 82 4E 10
Octal 11 110 23 130 0 112 110 202 116 20
Binary 1001 1001000 10011 1011000 0 1001010 1001000 10000010 1001110 10000

Color Harmonies of #094813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094813

Black with #094813

Text Example


Text Example

White with #094813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094813; }

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

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

background-color css

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

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

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

border-color css

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

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

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