#092710

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

Shades of Deep Fir #092710

Tints of Deep Fir #092710

Color information

#092710 (or 0x092710) is unknown color: approx Deep Fir. HEX triplet: 09, 27 and 10. RGB value is (9,39,16). Sum of RGB (Red+Green+Blue) = 9+39+16=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #092710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092710 is #F6D8EF. Grayscale: #1B1B1B. Windows color (decimal): -16177392 or 1058569. OLE color: 1058569.

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

Color convert

RGB93916-
CMYK0.7700.590.85
HSL134º62.5%9.41%-
HSV(B)134º76.92%15.29%-
XYZ0.931.550.74-
YUV27.41121.56114.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 39 (15.62% from 255) = 60.94%
BLUE value IS 16 (6.64% from 255) = 25%
R=14.06%
G=60.94%
B=25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939160.7700.590.8513462.59.41
Hex927104D03B55863e9
Octal1147201150731252067611
Binary100110011110000100110101110111010101100001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092710; }

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

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

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

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

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

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

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

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