#093312

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

Shades of Deep Fir #093312

Tints of Deep Fir #093312

Color information

#093312 (or 0x093312) is unknown color: approx Deep Fir. HEX triplet: 09, 33 and 12. RGB value is (9,51,18). Sum of RGB (Red+Green+Blue) = 9+51+18=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #093312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093312 is #F6CCED. Grayscale: #222222. Windows color (decimal): -16174318 or 1192713. OLE color: 1192713.

HSL color Cylindrical-coordinate representation of color #093312: hue angle of 132.86º degrees, saturation: 0.7, 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 #093312 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB95118-
CMYK0.8200.650.8
HSL132.86º70%11.76%-
HSV(B)132.86º82.35%20%-
XYZ1.412.470.97-
YUV34.68118.59109.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 51 (20.31% from 255) = 65.38%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=11.54%
G=65.38%
B=23.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951180.8200.650.8132.867011.76
Hex9331252041508546c
Octal116322122010112020510614
Binary10011100111001010100100100000110100001000010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093312; }

 p { color: rgb(9,51,18); }

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

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

 a { background-color: rgb(9,51,18); }

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

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

 span { border-color: rgb(9,51,18); }

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