#092110

Color #092110 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #092110

Tints of Deep Fir #092110

Color information

#092110 (or 0x092110) is unknown color: approx Deep Fir. HEX triplet: 09, 21 and 10. RGB value is (9,33,16). Sum of RGB (Red+Green+Blue) = 9+33+16=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #092110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092110 is #F6DEEF. Grayscale: #171717. Windows color (decimal): -16178928 or 1057033. OLE color: 1057033.

HSL color Cylindrical-coordinate representation of color #092110: hue angle of 137.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #092110 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB93316-
CMYK0.7300.520.87
HSL137.5º57.14%8.24%-
HSV(B)137.5º72.73%12.94%-
XYZ0.751.180.68-
YUV23.89123.55117.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 33 (13.28% from 255) = 56.90%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=15.52%
G=56.90%
B=27.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal933160.7300.520.87137.557.148.24
Hex9211049034578a398
Octal1141201110641272127110
Binary100110000110000100100101101001010111100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092110; }

 p { color: rgb(9,33,16); }

 H1.HeaderClassName
 {
   color: #092110;
 }
 .AnyTagClassName
 {
   color: #092110;
 }
</style>
background-color css

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

 a { background-color: rgb(9,33,16); }

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

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

 span { border-color: rgb(9,33,16); }

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