#084416

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

Shades of Deep Fir #084416

Tints of Deep Fir #084416

Color information

#084416 (or 0x084416) is unknown color: approx Deep Fir. HEX triplet: 08, 44 and 16. RGB value is (8,68,22). Sum of RGB (Red+Green+Blue) = 8+68+22=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #084416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084416 is #F7BBE9. Grayscale: #2C2C2C. Windows color (decimal): -16235498 or 1459208. OLE color: 1459208.

HSL color Cylindrical-coordinate representation of color #084416: hue angle of 134º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084416 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB86822-
CMYK0.8800.680.73
HSL134º78.95%14.9%-
HSV(B)134º88.24%26.67%-
XYZ2.314.241.46-
YUV44.82115.12101.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 68 (26.95% from 255) = 69.39%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=8.16%
G=69.39%
B=22.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868220.8800.680.7313478.9514.9
Hex844165804449864ff
Octal1010426130010411120611717
Binary100010001001011010110000100010010010011000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084416; }

 p { color: rgb(8,68,22); }

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

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

 a { background-color: rgb(8,68,22); }

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

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

 span { border-color: rgb(8,68,22); }

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