Html Css Color HEX #093211 Deep Fir

📋 copy color: '#093211'

red 9 ◦ green 50 ◦ blue 17

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

Shades of Deep Fir #093211

Tints of Deep Fir #093211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 65.79%

 BLUE value IS 17 (7.03% from 255) = 22.37%

R = 11.84%
G = 65.79%
B = 22.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#093211 (or 0x093211) is known color: Deep Fir. HEX triplet: 09, 32 and 11. RGB value is (9,50,17). Sum of RGB (Red+Green+Blue) = 9+50+17=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #093211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093211 is #F6CDEE. Grayscale: #222222. Windows color (decimal): -16174575 or 1126921. OLE color: 1126921.

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

Color convert

RGB 9 50 17 -
CMYK 0.82 0 0.66 0.80
HSL 131.71º 0.69% 0.12% -
HSV(B) 131.71º 0.82% 0.2% -
XYZ 1.35 2.38 0.92 -
YUV 33.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 9 50 17 0.82 0 0.66 0.80 131.71 0.69 0.12
Hex 9 32 11 52 0 42 50 84 45 C
Octal 11 62 21 122 0 102 120 204 105 14
Binary 1001 110010 10001 1010010 0 1000010 1010000 10000100 1000101 1100

Color Harmonies of #093211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093211

Black with #093211

Text Example


Text Example

White with #093211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093211; }

 p { color: rgb(9,50,17); }

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

background-color css

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

 a { background-color: rgb(9,50,17); }

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

border-color css

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

 span { border-color: rgb(9,50,17); }

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