#093113

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

Shades of Deep Fir #093113

Tints of Deep Fir #093113

Color information

#093113 (or 0x093113) is unknown color: approx Deep Fir. HEX triplet: 09, 31 and 13. RGB value is (9,49,19). Sum of RGB (Red+Green+Blue) = 9+49+19=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #093113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093113 is #F6CEEC. Grayscale: #212121. Windows color (decimal): -16174829 or 1257737. OLE color: 1257737.

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

Color convert

RGB94919-
CMYK0.8200.610.81
HSL135º68.97%11.37%-
HSV(B)135º81.63%19.22%-
XYZ1.332.30.99-
YUV33.62119.75110.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 49 (19.53% from 255) = 63.64%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=11.69%
G=63.64%
B=24.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949190.8200.610.8113568.9711.37
Hex931135203D518745b
Octal11612312207512120710513
Binary1001110001100111010010011110110100011000011110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093113; }

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

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

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

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

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

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

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

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