Html Css Color HEX #837C5F Olive Haze

📋 copy color: '#837C5F'

red 131 ◦ green 124 ◦ blue 95

#837C5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Haze #837C5F

Tints of Olive Haze #837C5F

RGB

 RED value IS 131 (51.56% from 255) = 37.43%

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 37.43%
G = 35.43%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#837C5F (or 0x837C5F) is known color: Olive Haze. HEX triplet: 83, 7C and 5F. RGB value is (131,124,95). Sum of RGB (Red+Green+Blue) = 131+124+95=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #837C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C5F is #7C83A0. Grayscale: #7A7A7A. Windows color (decimal): -8160161 or 6257795. OLE color: 6257795.

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

Color convert

RGB 131 124 95 -
CMYK 0 0.05 0.27 0.49
HSL 48.33º 0.16% 0.44% -
HSV(B) 48.33º 0.27% 0.51% -
XYZ 18.63 20.07 13.72 -
YUV 122.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 131 124 95 0 0.05 0.27 0.49 48.33 0.16 0.44
Hex 83 7C 5F 0 5 1B 31 30 10 2C
Octal 203 174 137 0 5 33 61 60 20 54
Binary 10000011 1111100 1011111 0 101 11011 110001 110000 10000 101100

Color Harmonies of #837C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C5F

Black with #837C5F

Text Example


Text Example

White with #837C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #837C5F;
 }
 .AnyTagClassName
 {
   color: #837C5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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