#09370F

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

Shades of Deep Fir #09370F

Tints of Deep Fir #09370F

Color information

#09370F (or 0x09370F) is unknown color: approx Deep Fir. HEX triplet: 09, 37 and 0F. RGB value is (9,55,15). Sum of RGB (Red+Green+Blue) = 9+55+15=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 55 (21.88% from 255 or 69.62% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 55 - color contains mainly: green. Hex color #09370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09370F is #F6C8F0. Grayscale: #242424. Windows color (decimal): -16173297 or 997129. OLE color: 997129.

HSL color Cylindrical-coordinate representation of color #09370F: hue angle of 127.83º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09370F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB95515-
CMYK0.8400.730.78
HSL127.83º71.88%12.55%-
HSV(B)127.83º83.64%21.57%-
XYZ1.572.820.91-
YUV36.69115.76108.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 55 (21.88% from 255) = 69.62%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=11.39%
G=69.62%
B=18.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal955150.8400.730.78127.8371.8812.55
Hex937F540494E8048d
Octal116717124011111620011015
Binary1001110111111110101000100100110011101000000010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09370F; }

 p { color: rgb(9,55,15); }

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

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

 a { background-color: rgb(9,55,15); }

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

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

 span { border-color: rgb(9,55,15); }

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