#09371B

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

Shades of Deep Fir #09371B

Tints of Deep Fir #09371B

Color information

#09371B (or 0x09371B) is unknown color: approx Deep Fir. HEX triplet: 09, 37 and 1B. RGB value is (9,55,27). Sum of RGB (Red+Green+Blue) = 9+55+27=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #09371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09371B is #F6C8E4. Grayscale: #262626. Windows color (decimal): -16173285 or 1783561. OLE color: 1783561.

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

Color convert

RGB95527-
CMYK0.8400.510.78
HSL143.48º71.88%12.55%-
HSV(B)143.48º83.64%21.57%-
XYZ1.682.871.5-
YUV38.05121.76107.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 55 (21.88% from 255) = 60.44%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=9.89%
G=60.44%
B=29.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal955270.8400.510.78143.4871.8812.55
Hex9371B540334E8f48d
Octal11673312406311621711015
Binary1001110111110111010100011001110011101000111110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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