Html Css Color HEX #092411 Deep Fir

📋 copy color: '#092411'

red 9 ◦ green 36 ◦ blue 17

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

Shades of Deep Fir #092411

Tints of Deep Fir #092411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 58.06%

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

R = 14.52%
G = 58.06%
B = 27.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#092411 (or 0x092411) is known color: Deep Fir. HEX triplet: 09, 24 and 11. RGB value is (9,36,17). Sum of RGB (Red+Green+Blue) = 9+36+17=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #092411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092411 is #F6DBEE. Grayscale: #191919. Windows color (decimal): -16178159 or 1123337. OLE color: 1123337.

HSL color Cylindrical-coordinate representation of color #092411: hue angle of 137.78º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #092411 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB 9 36 17 -
CMYK 0.75 0 0.53 0.86
HSL 137.78º 0.6% 0.09% -
HSV(B) 137.78º 0.75% 0.14% -
XYZ 0.84 1.36 0.75 -
YUV 25.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 9 36 17 0.75 0 0.53 0.86 137.78 0.6 0.09
Hex 9 24 11 4B 0 35 56 8A 3C 9
Octal 11 44 21 113 0 65 126 212 74 11
Binary 1001 100100 10001 1001011 0 110101 1010110 10001010 111100 1001

Color Harmonies of #092411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092411

Black with #092411

Text Example


Text Example

White with #092411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092411; }

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

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

background-color css

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

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

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

border-color css

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

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

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