#09270F

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

Shades of Deep Fir #09270F

Tints of Deep Fir #09270F

Color information

#09270F (or 0x09270F) is unknown color: approx Deep Fir. HEX triplet: 09, 27 and 0F. RGB value is (9,39,15). Sum of RGB (Red+Green+Blue) = 9+39+15=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #09270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09270F is #F6D8F0. Grayscale: #1B1B1B. Windows color (decimal): -16177393 or 993033. OLE color: 993033.

HSL color Cylindrical-coordinate representation of color #09270F: hue angle of 132º 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 #09270F is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB93915-
CMYK0.7700.620.85
HSL132º62.5%9.41%-
HSV(B)132º76.92%15.29%-
XYZ0.921.540.7-
YUV27.29121.06114.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 39 (15.62% from 255) = 61.90%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=14.29%
G=61.90%
B=23.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal939150.7700.620.8513262.59.41
Hex927F4D03E55843e9
Octal1147171150761252047611
Binary10011001111111100110101111101010101100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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