#084514

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

Shades of Deep Fir #084514

Tints of Deep Fir #084514

Color information

#084514 (or 0x084514) is unknown color: approx Deep Fir. HEX triplet: 08, 45 and 14. RGB value is (8,69,20). Sum of RGB (Red+Green+Blue) = 8+69+20=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 69 (27.34% from 255 or 71.13% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 69 - color contains mainly: green. Hex color #084514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084514 is #F7BAEB. Grayscale: #2D2D2D. Windows color (decimal): -16235244 or 1328392. OLE color: 1328392.

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

Color convert

RGB86920-
CMYK0.8800.710.73
HSL131.8º79.22%15.1%-
HSV(B)131.8º88.41%27.06%-
XYZ2.354.361.38-
YUV45.18113.79101.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 69 (27.34% from 255) = 71.13%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=8.25%
G=71.13%
B=20.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869200.8800.710.73131.879.2215.1
Hex845145804749844ff
Octal1010524130010711120411717
Binary100010001011010010110000100011110010011000010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084514; }

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

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

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

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

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

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

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

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