#084515

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

Shades of Deep Fir #084515

Tints of Deep Fir #084515

Color information

#084515 (or 0x084515) is unknown color: approx Deep Fir. HEX triplet: 08, 45 and 15. RGB value is (8,69,21). Sum of RGB (Red+Green+Blue) = 8+69+21=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 69 (27.34% from 255 or 70.41% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 69 - color contains mainly: green. Hex color #084515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084515 is #F7BAEA. Grayscale: #2D2D2D. Windows color (decimal): -16235243 or 1393928. OLE color: 1393928.

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

Color convert

RGB86921-
CMYK0.8800.700.73
HSL132.79º79.22%15.1%-
HSV(B)132.79º88.41%27.06%-
XYZ2.364.361.43-
YUV45.29114.29101.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 69 (27.34% from 255) = 70.41%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=8.16%
G=70.41%
B=21.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869210.8800.700.73132.7979.2215.1
Hex845155804649854ff
Octal1010525130010611120511717
Binary100010001011010110110000100011010010011000010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084515; }

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

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

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

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

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

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

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

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