Html Css Color HEX #093016 Deep Fir

📋 copy color: '#093016'

red 9 ◦ green 48 ◦ blue 22

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

Shades of Deep Fir #093016

Tints of Deep Fir #093016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 27.85%

R = 11.39%
G = 60.76%
B = 27.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#093016 (or 0x093016) is known color: Deep Fir. HEX triplet: 09, 30 and 16. RGB value is (9,48,22). Sum of RGB (Red+Green+Blue) = 9+48+22=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #093016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093016 is #F6CFE9. Grayscale: #212121. Windows color (decimal): -16175082 or 1454089. OLE color: 1454089.

HSL color Cylindrical-coordinate representation of color #093016: hue angle of 140º 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 #093016 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 48 22 -
CMYK 0.81 0 0.54 0.81
HSL 140º 0.68% 0.11% -
HSV(B) 140º 0.81% 0.19% -
XYZ 1.31 2.23 1.12 -
YUV 33.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 9 48 22 0.81 0 0.54 0.81 140 0.68 0.11
Hex 9 30 16 51 0 36 51 8C 44 B
Octal 11 60 26 121 0 66 121 214 104 13
Binary 1001 110000 10110 1010001 0 110110 1010001 10001100 1000100 1011

Color Harmonies of #093016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093016

Black with #093016

Text Example


Text Example

White with #093016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093016; }

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

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

background-color css

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

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

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

border-color css

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

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

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