#084214

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

Shades of Deep Fir #084214

Tints of Deep Fir #084214

Color information

#084214 (or 0x084214) is unknown color: approx Deep Fir. HEX triplet: 08, 42 and 14. RGB value is (8,66,20). Sum of RGB (Red+Green+Blue) = 8+66+20=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #084214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084214 is #F7BDEB. Grayscale: #2B2B2B. Windows color (decimal): -16236012 or 1327624. OLE color: 1327624.

HSL color Cylindrical-coordinate representation of color #084214: hue angle of 132.41º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084214 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB86620-
CMYK0.8800.700.74
HSL132.41º78.38%14.51%-
HSV(B)132.41º87.88%25.88%-
XYZ2.1741.32-
YUV43.41114.78102.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 66 (26.17% from 255) = 70.21%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=8.51%
G=70.21%
B=21.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866200.8800.700.74132.4178.3814.51
Hex84214580464A844ef
Octal1010224130010611220411617
Binary100010000101010010110000100011010010101000010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084214; }

 p { color: rgb(8,66,20); }

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

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

 a { background-color: rgb(8,66,20); }

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

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

 span { border-color: rgb(8,66,20); }

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