Html Css Color HEX #827D62 Olive Haze

📋 copy color: '#827D62'

red 130 ◦ green 125 ◦ blue 98

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

Shades of Olive Haze #827D62

Tints of Olive Haze #827D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.76%

R = 36.83%
G = 35.41%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827D62 (or 0x827D62) is known color: Olive Haze. HEX triplet: 82, 7D and 62. RGB value is (130,125,98). Sum of RGB (Red+Green+Blue) = 130+125+98=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D62 is #7D829D. Grayscale: #7B7B7B. Windows color (decimal): -8225438 or 6454658. OLE color: 6454658.

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

Color convert

RGB 130 125 98 -
CMYK 0 0.04 0.25 0.49
HSL 50.63º 0.14% 0.45% -
HSV(B) 50.63º 0.25% 0.51% -
XYZ 18.74 20.29 14.48 -
YUV 123.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 130 125 98 0 0.04 0.25 0.49 50.63 0.14 0.45
Hex 82 7D 62 0 4 19 31 33 E 2D
Octal 202 175 142 0 4 31 61 63 16 55
Binary 10000010 1111101 1100010 0 100 11001 110001 110011 1110 101101

Color Harmonies of #827D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D62

Black with #827D62

Text Example


Text Example

White with #827D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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