#847C5F

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

Shades of Olive Haze #847C5F

Tints of Olive Haze #847C5F

Color information

#847C5F (or 0x847C5F) is unknown color: approx Olive Haze. HEX triplet: 84, 7C and 5F. RGB value is (132,124,95). Sum of RGB (Red+Green+Blue) = 132+124+95=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #847C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C5F is #7B83A0. Grayscale: #7B7B7B. Windows color (decimal): -8094625 or 6257796. OLE color: 6257796.

HSL color Cylindrical-coordinate representation of color #847C5F: hue angle of 47.03º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #847C5F is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13212495-
CMYK00.060.280.48
HSL47.03º16.3%44.51%-
HSV(B)47.03º28.03%51.76%-
XYZ18.7920.1513.72-
YUV123.09112.15134.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=37.61%
G=35.33%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321249500.060.280.4847.0316.344.51
Hex847C5F061C302f102d
Octal204174137063460572055
Binary100001001111100101111101101110011000010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847C5F; }

 p { color: rgb(132,124,95); }

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

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

 a { background-color: rgb(132,124,95); }

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

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

 span { border-color: rgb(132,124,95); }

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