Html Css Color HEX #8A825E Olive Haze

📋 copy color: '#8A825E'

red 138 ◦ green 130 ◦ blue 94

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

Shades of Olive Haze #8A825E

Tints of Olive Haze #8A825E

RGB

 RED value IS 138 (54.3% from 255) = 38.12%

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 38.12%
G = 35.91%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A825E (or 0x8A825E) is known color: Olive Haze. HEX triplet: 8A, 82 and 5E. RGB value is (138,130,94). Sum of RGB (Red+Green+Blue) = 138+130+94=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A825E is #757DA1. Grayscale: #808080. Windows color (decimal): -7699874 or 6193802. OLE color: 6193802.

HSL color Cylindrical-coordinate representation of color #8A825E: hue angle of 49.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A825E is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 130 94 -
CMYK 0 0.06 0.32 0.46
HSL 49.09º 0.19% 0.45% -
HSV(B) 49.09º 0.32% 0.54% -
XYZ 20.48 22.18 13.79 -
YUV 128.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 138 130 94 0 0.06 0.32 0.46 49.09 0.19 0.45
Hex 8A 82 5E 0 6 20 2E 31 13 2D
Octal 212 202 136 0 6 40 56 61 23 55
Binary 10001010 10000010 1011110 0 110 100000 101110 110001 10011 101101

Color Harmonies of #8A825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A825E

Black with #8A825E

Text Example


Text Example

White with #8A825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A825E; }

 p { color: rgb(138,130,94); }

 H1.HeaderClassName
 {
   color: #8A825E;
 }
 .AnyTagClassName
 {
   color: #8A825E;
 }
</style>

background-color css

<style>
 a { background-color: #8A825E; }

 a { background-color: rgb(138,130,94); }

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

border-color css

<style>
 span { border-color: #8A825E; }

 span { border-color: rgb(138,130,94); }

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