Html Css Color HEX #093411 Deep Fir

📋 copy color: '#093411'

red 9 ◦ green 52 ◦ blue 17

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

Shades of Deep Fir #093411

Tints of Deep Fir #093411

RGB

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

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

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

R = 11.54%
G = 66.67%
B = 21.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#093411 (or 0x093411) is known color: Deep Fir. HEX triplet: 09, 34 and 11. RGB value is (9,52,17). Sum of RGB (Red+Green+Blue) = 9+52+17=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #093411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093411 is #F6CBEE. Grayscale: #232323. Windows color (decimal): -16174063 or 1127433. OLE color: 1127433.

HSL color Cylindrical-coordinate representation of color #093411: hue angle of 131.16º 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 #093411 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 17 -
CMYK 0.83 0 0.67 0.80
HSL 131.16º 0.7% 0.12% -
HSV(B) 131.16º 0.83% 0.2% -
XYZ 1.44 2.55 0.95 -
YUV 35.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 9 52 17 0.83 0 0.67 0.80 131.16 0.7 0.12
Hex 9 34 11 53 0 43 50 83 46 C
Octal 11 64 21 123 0 103 120 203 106 14
Binary 1001 110100 10001 1010011 0 1000011 1010000 10000011 1000110 1100

Color Harmonies of #093411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093411

Black with #093411

Text Example


Text Example

White with #093411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093411; }

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

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

background-color css

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

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

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

border-color css

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

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

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