Html Css Color HEX #827D5F Olive Haze

📋 copy color: '#827D5F'

red 130 ◦ green 125 ◦ blue 95

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

Shades of Olive Haze #827D5F

Tints of Olive Haze #827D5F

RGB

 RED value IS 130 (51.17% from 255) = 37.14%

 GREEN value IS 125 (49.22% from 255) = 35.71%

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

R = 37.14%
G = 35.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#827D5F (or 0x827D5F) is known color: Olive Haze. HEX triplet: 82, 7D and 5F. RGB value is (130,125,95). Sum of RGB (Red+Green+Blue) = 130+125+95=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D5F is #7D82A0. Grayscale: #7B7B7B. Windows color (decimal): -8225441 or 6258050. OLE color: 6258050.

HSL color Cylindrical-coordinate representation of color #827D5F: hue angle of 51.43º 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 #827D5F is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 95 -
CMYK 0 0.04 0.27 0.49
HSL 51.43º 0.16% 0.44% -
HSV(B) 51.43º 0.27% 0.51% -
XYZ 18.61 20.24 13.75 -
YUV 123.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 130 125 95 0 0.04 0.27 0.49 51.43 0.16 0.44
Hex 82 7D 5F 0 4 1B 31 33 10 2C
Octal 202 175 137 0 4 33 61 63 20 54
Binary 10000010 1111101 1011111 0 100 11011 110001 110011 10000 101100

Color Harmonies of #827D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D5F

Black with #827D5F

Text Example


Text Example

White with #827D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827D5F; }

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

 H1.HeaderClassName
 {
   color: #827D5F;
 }
 .AnyTagClassName
 {
   color: #827D5F;
 }
</style>

background-color css

<style>
 a { background-color: #827D5F; }

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

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

border-color css

<style>
 span { border-color: #827D5F; }

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

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