#084016

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

Shades of Deep Fir #084016

Tints of Deep Fir #084016

Color information

#084016 (or 0x084016) is unknown color: approx Deep Fir. HEX triplet: 08, 40 and 16. RGB value is (8,64,22). Sum of RGB (Red+Green+Blue) = 8+64+22=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #084016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084016 is #F7BFE9. Grayscale: #2A2A2A. Windows color (decimal): -16236522 or 1458184. OLE color: 1458184.

HSL color Cylindrical-coordinate representation of color #084016: hue angle of 135º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084016 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB86422-
CMYK0.8700.660.75
HSL135º77.78%14.12%-
HSV(B)135º87.5%25.1%-
XYZ2.083.781.38-
YUV42.47116.45103.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 64 (25.39% from 255) = 68.09%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=8.51%
G=68.09%
B=23.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864220.8700.660.7513577.7814.12
Hex84016570424B874ee
Octal1010026127010211320711616
Binary100010000001011010101110100001010010111000011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084016; }

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

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

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

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

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

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

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

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