Html Css Color HEX #092311 Deep Fir

📋 copy color: '#092311'

red 9 ◦ green 35 ◦ blue 17

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

Shades of Deep Fir #092311

Tints of Deep Fir #092311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 57.38%

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

R = 14.75%
G = 57.38%
B = 27.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#092311 (or 0x092311) is known color: Deep Fir. HEX triplet: 09, 23 and 11. RGB value is (9,35,17). Sum of RGB (Red+Green+Blue) = 9+35+17=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #092311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092311 is #F6DCEE. Grayscale: #191919. Windows color (decimal): -16178415 or 1123081. OLE color: 1123081.

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

Color convert

RGB 9 35 17 -
CMYK 0.74 0 0.51 0.86
HSL 138.46º 0.59% 0.09% -
HSV(B) 138.46º 0.74% 0.14% -
XYZ 0.81 1.3 0.74 -
YUV 25.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 9 35 17 0.74 0 0.51 0.86 138.46 0.59 0.09
Hex 9 23 11 4A 0 33 56 8A 3B 9
Octal 11 43 21 112 0 63 126 212 73 11
Binary 1001 100011 10001 1001010 0 110011 1010110 10001010 111011 1001

Color Harmonies of #092311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092311

Black with #092311

Text Example


Text Example

White with #092311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092311; }

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

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

background-color css

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

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

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

border-color css

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

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

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