Html Css Color HEX #094013 Deep Fir

📋 copy color: '#094013'

red 9 ◦ green 64 ◦ blue 19

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

Shades of Deep Fir #094013

Tints of Deep Fir #094013

RGB

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

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

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

R = 9.78%
G = 69.57%
B = 20.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#094013 (or 0x094013) is known color: Deep Fir. HEX triplet: 09, 40 and 13. RGB value is (9,64,19). Sum of RGB (Red+Green+Blue) = 9+64+19=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #094013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094013 is #F6BFEC. Grayscale: #2A2A2A. Windows color (decimal): -16170989 or 1261577. OLE color: 1261577.

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

Color convert

RGB 9 64 19 -
CMYK 0.86 0 0.70 0.75
HSL 130.91º 0.75% 0.14% -
HSV(B) 130.91º 0.86% 0.25% -
XYZ 2.06 3.77 1.24 -
YUV 42.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 9 64 19 0.86 0 0.70 0.75 130.91 0.75 0.14
Hex 9 40 13 56 0 46 4B 83 4B E
Octal 11 100 23 126 0 106 113 203 113 16
Binary 1001 1000000 10011 1010110 0 1000110 1001011 10000011 1001011 1110

Color Harmonies of #094013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094013

Black with #094013

Text Example


Text Example

White with #094013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094013; }

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

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

background-color css

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

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

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

border-color css

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

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

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