#093213

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

Shades of Deep Fir #093213

Tints of Deep Fir #093213

Color information

#093213 (or 0x093213) is unknown color: approx Deep Fir. HEX triplet: 09, 32 and 13. RGB value is (9,50,19). Sum of RGB (Red+Green+Blue) = 9+50+19=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #093213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093213 is #F6CDEC. Grayscale: #222222. Windows color (decimal): -16174573 or 1257993. OLE color: 1257993.

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

Color convert

RGB95019-
CMYK0.8200.620.80
HSL134.63º69.49%11.57%-
HSV(B)134.63º82%19.61%-
XYZ1.372.391-
YUV34.21119.42110.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 50 (19.92% from 255) = 64.10%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=11.54%
G=64.10%
B=24.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950190.8200.620.80134.6369.4911.57
Hex932135203E508745c
Octal11622312207612020710514
Binary1001110010100111010010011111010100001000011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093213; }

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

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

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

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

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

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

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

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