#09371A

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

Shades of Deep Fir #09371A

Tints of Deep Fir #09371A

Color information

#09371A (or 0x09371A) is unknown color: approx Deep Fir. HEX triplet: 09, 37 and 1A. RGB value is (9,55,26). Sum of RGB (Red+Green+Blue) = 9+55+26=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #09371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09371A is #F6C8E5. Grayscale: #262626. Windows color (decimal): -16173286 or 1718025. OLE color: 1718025.

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

Color convert

RGB95526-
CMYK0.8400.530.78
HSL142.17º71.88%12.55%-
HSV(B)142.17º83.64%21.57%-
XYZ1.672.871.44-
YUV37.94121.26107.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 55 (21.88% from 255) = 61.11%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=10%
G=61.11%
B=28.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal955260.8400.530.78142.1771.8812.55
Hex9371A540354E8e48d
Octal11673212406511621611015
Binary1001110111110101010100011010110011101000111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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