#093013

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

Shades of Deep Fir #093013

Tints of Deep Fir #093013

Color information

#093013 (or 0x093013) is unknown color: approx Deep Fir. HEX triplet: 09, 30 and 13. RGB value is (9,48,19). Sum of RGB (Red+Green+Blue) = 9+48+19=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #093013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093013 is #F6CFEC. Grayscale: #212121. Windows color (decimal): -16175085 or 1257481. OLE color: 1257481.

HSL color Cylindrical-coordinate representation of color #093013: hue angle of 135.38º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093013 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB94819-
CMYK0.8100.600.81
HSL135.38º68.42%11.18%-
HSV(B)135.38º81.25%18.82%-
XYZ1.292.220.98-
YUV33.03120.08110.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 48 (19.14% from 255) = 63.16%
BLUE value IS 19 (7.81% from 255) = 25%
R=11.84%
G=63.16%
B=25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948190.8100.600.81135.3868.4211.18
Hex930135103C518744b
Octal11602312107412120710413
Binary1001110000100111010001011110010100011000011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093013; }

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

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

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

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

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

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

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

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