#084013

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

Shades of Deep Fir #084013

Tints of Deep Fir #084013

Color information

#084013 (or 0x084013) is unknown color: approx Deep Fir. HEX triplet: 08, 40 and 13. RGB value is (8,64,19). Sum of RGB (Red+Green+Blue) = 8+64+19=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #084013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084013 is #F7BFEC. Grayscale: #2A2A2A. Windows color (decimal): -16236525 or 1261576. OLE color: 1261576.

HSL color Cylindrical-coordinate representation of color #084013: hue angle of 131.79º 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 #084013 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB86419-
CMYK0.8700.700.75
HSL131.79º77.78%14.12%-
HSV(B)131.79º87.5%25.1%-
XYZ2.053.771.23-
YUV42.13114.95103.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=8.79%
G=70.33%
B=20.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864190.8700.700.75131.7977.7814.12
Hex84013570464B844ee
Octal1010023127010611320411616
Binary100010000001001110101110100011010010111000010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084013; }

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

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

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

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

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

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

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

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