#847E5E

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

Shades of Olive Haze #847E5E

Tints of Olive Haze #847E5E

Color information

#847E5E (or 0x847E5E) is unknown color: approx Olive Haze. HEX triplet: 84, 7E and 5E. RGB value is (132,126,94). Sum of RGB (Red+Green+Blue) = 132+126+94=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #847E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E5E is #7B81A1. Grayscale: #7C7C7C. Windows color (decimal): -8094114 or 6192772. OLE color: 6192772.

HSL color Cylindrical-coordinate representation of color #847E5E: hue angle of 50.53º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #847E5E is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13212694-
CMYK00.050.290.48
HSL50.53º16.81%44.31%-
HSV(B)50.53º28.79%51.76%-
XYZ1920.6413.57-
YUV124.15110.99133.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=37.5%
G=35.80%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321269400.050.290.4850.5316.8144.31
Hex847E5E051D3033112c
Octal204176136053560632154
Binary100001001111110101111001011110111000011001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,126,94); }

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

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

 a { background-color: rgb(132,126,94); }

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

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

 span { border-color: rgb(132,126,94); }

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