Html Css Color HEX #093014 Deep Fir

📋 copy color: '#093014'

red 9 ◦ green 48 ◦ blue 20

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

Shades of Deep Fir #093014

Tints of Deep Fir #093014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 62.34%

 BLUE value IS 20 (8.2% from 255) = 25.97%

R = 11.69%
G = 62.34%
B = 25.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#093014 (or 0x093014) is known color: Deep Fir. HEX triplet: 09, 30 and 14. RGB value is (9,48,20). Sum of RGB (Red+Green+Blue) = 9+48+20=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #093014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093014 is #F6CFEB. Grayscale: #212121. Windows color (decimal): -16175084 or 1323017. OLE color: 1323017.

HSL color Cylindrical-coordinate representation of color #093014: hue angle of 136.92º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093014 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 48 20 -
CMYK 0.81 0 0.58 0.81
HSL 136.92º 0.68% 0.11% -
HSV(B) 136.92º 0.81% 0.19% -
XYZ 1.3 2.22 1.02 -
YUV 33.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 9 48 20 0.81 0 0.58 0.81 136.92 0.68 0.11
Hex 9 30 14 51 0 3A 51 89 44 B
Octal 11 60 24 121 0 72 121 211 104 13
Binary 1001 110000 10100 1010001 0 111010 1010001 10001001 1000100 1011

Color Harmonies of #093014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093014

Black with #093014

Text Example


Text Example

White with #093014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093014; }

 p { color: rgb(9,48,20); }

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

background-color css

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

 a { background-color: rgb(9,48,20); }

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

border-color css

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

 span { border-color: rgb(9,48,20); }

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