#827C62

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

Shades of Olive Haze #827C62

Tints of Olive Haze #827C62

Color information

#827C62 (or 0x827C62) is unknown color: approx Olive Haze. HEX triplet: 82, 7C and 62. RGB value is (130,124,98). Sum of RGB (Red+Green+Blue) = 130+124+98=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #827C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C62 is #7D839D. Grayscale: #7A7A7A. Windows color (decimal): -8225694 or 6454402. OLE color: 6454402.

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

Color convert

RGB13012498-
CMYK00.050.250.49
HSL48.75º14.04%44.71%-
HSV(B)48.75º24.62%50.98%-
XYZ18.6220.0414.44-
YUV122.83113.99133.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=36.93%
G=35.23%
B=27.84%

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
Decimal1301249800.050.250.4948.7514.0444.71
Hex827C6205193131e2d
Octal202174142053161611655
Binary10000010111110011000100101110011100011100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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