#093318

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

Shades of Deep Fir #093318

Tints of Deep Fir #093318

Color information

#093318 (or 0x093318) is unknown color: approx Deep Fir. HEX triplet: 09, 33 and 18. RGB value is (9,51,24). Sum of RGB (Red+Green+Blue) = 9+51+24=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #093318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093318 is #F6CCE7. Grayscale: #232323. Windows color (decimal): -16174312 or 1585929. OLE color: 1585929.

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

Color convert

RGB95124-
CMYK0.8200.530.8
HSL141.43º70%11.76%-
HSV(B)141.43º82.35%20%-
XYZ1.462.491.27-
YUV35.36121.59109.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 51 (20.31% from 255) = 60.71%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=10.71%
G=60.71%
B=28.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951240.8200.530.8141.437011.76
Hex9331852035508d46c
Octal11633012206512021510614
Binary1001110011110001010010011010110100001000110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093318; }

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

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

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

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

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

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

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

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