Html Css Color HEX #88825E Olive Haze

📋 copy color: '#88825E'

red 136 ◦ green 130 ◦ blue 94

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

Shades of Olive Haze #88825E

Tints of Olive Haze #88825E

RGB

 RED value IS 136 (53.52% from 255) = 37.78%

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

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

R = 37.78%
G = 36.11%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88825E (or 0x88825E) is known color: Olive Haze. HEX triplet: 88, 82 and 5E. RGB value is (136,130,94). Sum of RGB (Red+Green+Blue) = 136+130+94=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88825E is #777DA1. Grayscale: #7F7F7F. Windows color (decimal): -7830946 or 6193800. OLE color: 6193800.

HSL color Cylindrical-coordinate representation of color #88825E: hue angle of 51.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88825E is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 94 -
CMYK 0 0.04 0.31 0.47
HSL 51.43º 0.18% 0.45% -
HSV(B) 51.43º 0.31% 0.53% -
XYZ 20.16 22.01 13.78 -
YUV 127.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 136 130 94 0 0.04 0.31 0.47 51.43 0.18 0.45
Hex 88 82 5E 0 4 1F 2F 33 12 2D
Octal 210 202 136 0 4 37 57 63 22 55
Binary 10001000 10000010 1011110 0 100 11111 101111 110011 10010 101101

Color Harmonies of #88825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88825E

Black with #88825E

Text Example


Text Example

White with #88825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88825E; }

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

 H1.HeaderClassName
 {
   color: #88825E;
 }
 .AnyTagClassName
 {
   color: #88825E;
 }
</style>

background-color css

<style>
 a { background-color: #88825E; }

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

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

border-color css

<style>
 span { border-color: #88825E; }

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

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