#084011

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

Shades of Deep Fir #084011

Tints of Deep Fir #084011

Color information

#084011 (or 0x084011) is unknown color: approx Deep Fir. HEX triplet: 08, 40 and 11. RGB value is (8,64,17). Sum of RGB (Red+Green+Blue) = 8+64+17=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #084011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084011 is #F7BFEE. Grayscale: #2A2A2A. Windows color (decimal): -16236527 or 1130504. OLE color: 1130504.

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

Color convert

RGB86417-
CMYK0.8700.730.75
HSL129.64º77.78%14.12%-
HSV(B)129.64º87.5%25.1%-
XYZ2.033.761.15-
YUV41.9113.95103.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.99%
GREEN value IS 64 (25.39% from 255) = 71.91%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=8.99%
G=71.91%
B=19.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864170.8700.730.75129.6477.7814.12
Hex84011570494B824ee
Octal1010021127011111320211616
Binary100010000001000110101110100100110010111000001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084011; }

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

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

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

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

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

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

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

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