#093210

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

Shades of Deep Fir #093210

Tints of Deep Fir #093210

Color information

#093210 (or 0x093210) is unknown color: approx Deep Fir. HEX triplet: 09, 32 and 10. RGB value is (9,50,16). Sum of RGB (Red+Green+Blue) = 9+50+16=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #093210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093210 is #F6CDEF. Grayscale: #212121. Windows color (decimal): -16174576 or 1061385. OLE color: 1061385.

HSL color Cylindrical-coordinate representation of color #093210: hue angle of 130.24º 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 #093210 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB95016-
CMYK0.8200.680.80
HSL130.24º69.49%11.57%-
HSV(B)130.24º82%19.61%-
XYZ1.352.380.88-
YUV33.86117.92110.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 50 (19.92% from 255) = 66.67%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=12%
G=66.67%
B=21.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950160.8200.680.80130.2469.4911.57
Hex9321052044508245c
Octal116220122010412020210514
Binary10011100101000010100100100010010100001000001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093210; }

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

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

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

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

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

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

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

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