Html Css Color HEX #092C11 Deep Fir

📋 copy color: '#092C11'

red 9 ◦ green 44 ◦ blue 17

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

Shades of Deep Fir #092C11

Tints of Deep Fir #092C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 62.86%

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

R = 12.86%
G = 62.86%
B = 24.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.83

RGB Variations

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

Color information

#092C11 (or 0x092C11) is known color: Deep Fir. HEX triplet: 09, 2C and 11. RGB value is (9,44,17). Sum of RGB (Red+Green+Blue) = 9+44+17=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 44 (17.58% from 255 or 62.86% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 44 - color contains mainly: green. Hex color #092C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C11 is #F6D3EE. Grayscale: #1E1E1E. Windows color (decimal): -16176111 or 1125385. OLE color: 1125385.

HSL color Cylindrical-coordinate representation of color #092C11: hue angle of 133.71º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C11 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB 9 44 17 -
CMYK 0.80 0 0.61 0.83
HSL 133.71º 0.66% 0.1% -
HSV(B) 133.71º 0.8% 0.17% -
XYZ 1.11 1.9 0.84 -
YUV 30.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 9 44 17 0.80 0 0.61 0.83 133.71 0.66 0.1
Hex 9 2C 11 50 0 3D 53 86 42 A
Octal 11 54 21 120 0 75 123 206 102 12
Binary 1001 101100 10001 1010000 0 111101 1010011 10000110 1000010 1010

Color Harmonies of #092C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C11

Black with #092C11

Text Example


Text Example

White with #092C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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