Html Css Color HEX #857E5F Olive Haze

📋 copy color: '#857E5F'

red 133 ◦ green 126 ◦ blue 95

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

Shades of Olive Haze #857E5F

Tints of Olive Haze #857E5F

RGB

 RED value IS 133 (52.34% from 255) = 37.57%

 GREEN value IS 126 (49.61% from 255) = 35.59%

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

R = 37.57%
G = 35.59%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#857E5F (or 0x857E5F) is known color: Olive Haze. HEX triplet: 85, 7E and 5F. RGB value is (133,126,95). Sum of RGB (Red+Green+Blue) = 133+126+95=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E5F is #7A81A0. Grayscale: #7C7C7C. Windows color (decimal): -8028577 or 6258309. OLE color: 6258309.

HSL color Cylindrical-coordinate representation of color #857E5F: hue angle of 48.95º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857E5F is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 95 -
CMYK 0 0.05 0.29 0.48
HSL 48.95º 0.17% 0.45% -
HSV(B) 48.95º 0.29% 0.52% -
XYZ 19.2 20.73 13.82 -
YUV 124.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 133 126 95 0 0.05 0.29 0.48 48.95 0.17 0.45
Hex 85 7E 5F 0 5 1D 30 31 11 2D
Octal 205 176 137 0 5 35 60 61 21 55
Binary 10000101 1111110 1011111 0 101 11101 110000 110001 10001 101101

Color Harmonies of #857E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E5F

Black with #857E5F

Text Example


Text Example

White with #857E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857E5F; }

 p { color: rgb(133,126,95); }

 H1.HeaderClassName
 {
   color: #857E5F;
 }
 .AnyTagClassName
 {
   color: #857E5F;
 }
</style>

background-color css

<style>
 a { background-color: #857E5F; }

 a { background-color: rgb(133,126,95); }

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

border-color css

<style>
 span { border-color: #857E5F; }

 span { border-color: rgb(133,126,95); }

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