#837D62

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

Shades of Olive Haze #837D62

Tints of Olive Haze #837D62

Color information

#837D62 (or 0x837D62) is unknown color: approx Olive Haze. HEX triplet: 83, 7D and 62. RGB value is (131,125,98). Sum of RGB (Red+Green+Blue) = 131+125+98=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #837D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D62 is #7C829D. Grayscale: #7B7B7B. Windows color (decimal): -8159902 or 6454659. OLE color: 6454659.

HSL color Cylindrical-coordinate representation of color #837D62: hue angle of 49.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #837D62 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB13112598-
CMYK00.050.250.49
HSL49.09º14.41%44.9%-
HSV(B)49.09º25.19%51.37%-
XYZ18.920.3714.49-
YUV123.72113.49133.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=37.01%
G=35.31%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311259800.050.250.4949.0914.4144.9
Hex837D6205193131e2d
Octal203175142053161611655
Binary10000011111110111000100101110011100011100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837D62; }

 p { color: rgb(131,125,98); }

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

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

 a { background-color: rgb(131,125,98); }

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

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

 span { border-color: rgb(131,125,98); }

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