#09321A

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

Shades of Deep Fir #09321A

Tints of Deep Fir #09321A

Color information

#09321A (or 0x09321A) is unknown color: approx Deep Fir. HEX triplet: 09, 32 and 1A. RGB value is (9,50,26). Sum of RGB (Red+Green+Blue) = 9+50+26=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #09321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09321A is #F6CDE5. Grayscale: #232323. Windows color (decimal): -16174566 or 1716745. OLE color: 1716745.

HSL color Cylindrical-coordinate representation of color #09321A: hue angle of 144.88º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09321A is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB95026-
CMYK0.8200.480.80
HSL144.88º69.49%11.57%-
HSV(B)144.88º82%19.61%-
XYZ1.442.411.37-
YUV35122.92109.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.59%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=10.59%
G=58.82%
B=30.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950260.8200.480.80144.8869.4911.57
Hex9321A52030509145c
Octal11623212206012022110514
Binary1001110010110101010010011000010100001001000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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