Html Css Color HEX #093416 Deep Fir

📋 copy color: '#093416'

red 9 ◦ green 52 ◦ blue 22

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

Shades of Deep Fir #093416

Tints of Deep Fir #093416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 62.65%

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

R = 10.84%
G = 62.65%
B = 26.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#093416 (or 0x093416) is known color: Deep Fir. HEX triplet: 09, 34 and 16. RGB value is (9,52,22). Sum of RGB (Red+Green+Blue) = 9+52+22=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #093416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093416 is #F6CBE9. Grayscale: #232323. Windows color (decimal): -16174058 or 1455113. OLE color: 1455113.

HSL color Cylindrical-coordinate representation of color #093416: hue angle of 138.14º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093416 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 22 -
CMYK 0.83 0 0.58 0.80
HSL 138.14º 0.7% 0.12% -
HSV(B) 138.14º 0.83% 0.2% -
XYZ 1.49 2.57 1.18 -
YUV 35.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 9 52 22 0.83 0 0.58 0.80 138.14 0.7 0.12
Hex 9 34 16 53 0 3A 50 8A 46 C
Octal 11 64 26 123 0 72 120 212 106 14
Binary 1001 110100 10110 1010011 0 111010 1010000 10001010 1000110 1100

Color Harmonies of #093416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093416

Black with #093416

Text Example


Text Example

White with #093416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093416; }

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

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

background-color css

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

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

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

border-color css

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

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

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