#8A825F

Color #8A825F Olive Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Haze #8A825F

Tints of Olive Haze #8A825F

Color information

#8A825F (or 0x8A825F) is unknown color: approx Olive Haze. HEX triplet: 8A, 82 and 5F. RGB value is (138,130,95). Sum of RGB (Red+Green+Blue) = 138+130+95=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A825F is #757DA0. Grayscale: #808080. Windows color (decimal): -7699873 or 6259338. OLE color: 6259338.

HSL color Cylindrical-coordinate representation of color #8A825F: hue angle of 48.84º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A825F is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13813095-
CMYK00.060.310.46
HSL48.84º18.45%45.69%-
HSV(B)48.84º31.16%54.12%-
XYZ20.5322.1914.03-
YUV128.4109.15134.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=38.02%
G=35.81%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381309500.060.310.4648.8418.4545.69
Hex8A825F061F2E31122e
Octal212202137063756612256
Binary1000101010000010101111101101111110111011000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A825F; }

 p { color: rgb(138,130,95); }

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

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

 a { background-color: rgb(138,130,95); }

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

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

 span { border-color: rgb(138,130,95); }

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