#09391A

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

Shades of Deep Fir #09391A

Tints of Deep Fir #09391A

Color information

#09391A (or 0x09391A) is unknown color: approx Deep Fir. HEX triplet: 09, 39 and 1A. RGB value is (9,57,26). Sum of RGB (Red+Green+Blue) = 9+57+26=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #09391A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09391A is #F6C6E5. Grayscale: #272727. Windows color (decimal): -16172774 or 1718537. OLE color: 1718537.

HSL color Cylindrical-coordinate representation of color #09391A: hue angle of 141.25º degrees, saturation: 0.73, 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 #09391A is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB95726-
CMYK0.8400.540.78
HSL141.25º72.73%12.94%-
HSV(B)141.25º84.21%22.35%-
XYZ1.763.061.47-
YUV39.11120.6106.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 57 (22.66% from 255) = 61.96%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=9.78%
G=61.96%
B=28.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957260.8400.540.78141.2572.7312.94
Hex9391A540364E8d49d
Octal11713212406611621511115
Binary1001111001110101010100011011010011101000110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09391A; }

 p { color: rgb(9,57,26); }

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

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

 a { background-color: rgb(9,57,26); }

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

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

 span { border-color: rgb(9,57,26); }

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