Html Css Color HEX #092511 Deep Fir

📋 copy color: '#092511'

red 9 ◦ green 37 ◦ blue 17

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

Shades of Deep Fir #092511

Tints of Deep Fir #092511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 58.73%

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

R = 14.29%
G = 58.73%
B = 26.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#092511 (or 0x092511) is known color: Deep Fir. HEX triplet: 09, 25 and 11. RGB value is (9,37,17). Sum of RGB (Red+Green+Blue) = 9+37+17=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #092511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092511 is #F6DAEE. Grayscale: #1A1A1A. Windows color (decimal): -16177903 or 1123593. OLE color: 1123593.

HSL color Cylindrical-coordinate representation of color #092511: hue angle of 137.14º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092511 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 37 17 -
CMYK 0.76 0 0.54 0.85
HSL 137.14º 0.61% 0.09% -
HSV(B) 137.14º 0.76% 0.15% -
XYZ 0.88 1.42 0.76 -
YUV 26.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 9 37 17 0.76 0 0.54 0.85 137.14 0.61 0.09
Hex 9 25 11 4C 0 36 55 89 3D 9
Octal 11 45 21 114 0 66 125 211 75 11
Binary 1001 100101 10001 1001100 0 110110 1010101 10001001 111101 1001

Color Harmonies of #092511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092511

Black with #092511

Text Example


Text Example

White with #092511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092511; }

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

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

background-color css

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

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

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

border-color css

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

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

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