#093813

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

Shades of Deep Fir #093813

Tints of Deep Fir #093813

Color information

#093813 (or 0x093813) is unknown color: approx Deep Fir. HEX triplet: 09, 38 and 13. RGB value is (9,56,19). Sum of RGB (Red+Green+Blue) = 9+56+19=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #093813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093813 is #F6C7EC. Grayscale: #252525. Windows color (decimal): -16173037 or 1259529. OLE color: 1259529.

HSL color Cylindrical-coordinate representation of color #093813: hue angle of 132.77º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093813 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB95619-
CMYK0.8400.660.78
HSL132.77º72.31%12.75%-
HSV(B)132.77º83.93%21.96%-
XYZ1.642.931.1-
YUV37.73117.43107.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 56 (22.27% from 255) = 66.67%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=10.71%
G=66.67%
B=22.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956190.8400.660.78132.7772.3112.75
Hex93813540424E8548d
Octal117023124010211620511015
Binary10011110001001110101000100001010011101000010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093813; }

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

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

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

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

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

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

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

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