Html Css Color HEX #85775E Stonewall

📋 copy color: '#85775E'

red 133 ◦ green 119 ◦ blue 94

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

Shades of Stonewall #85775E

Tints of Stonewall #85775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.39%

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

R = 38.44%
G = 34.39%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85775E (or 0x85775E) is known color: Stonewall. HEX triplet: 85, 77 and 5E. RGB value is (133,119,94). Sum of RGB (Red+Green+Blue) = 133+119+94=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85775E is #7A88A1. Grayscale: #787878. Windows color (decimal): -8030370 or 6190981. OLE color: 6190981.

HSL color Cylindrical-coordinate representation of color #85775E: hue angle of 38.46º 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 #85775E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 94 -
CMYK 0 0.11 0.29 0.48
HSL 38.46º 0.17% 0.45% -
HSV(B) 38.46º 0.29% 0.52% -
XYZ 18.29 18.99 13.29 -
YUV 120.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 133 119 94 0 0.11 0.29 0.48 38.46 0.17 0.45
Hex 85 77 5E 0 B 1D 30 26 11 2D
Octal 205 167 136 0 13 35 60 46 21 55
Binary 10000101 1110111 1011110 0 1011 11101 110000 100110 10001 101101

Color Harmonies of #85775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85775E

Black with #85775E

Text Example


Text Example

White with #85775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,119,94); }

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

background-color css

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

 a { background-color: rgb(133,119,94); }

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

border-color css

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

 span { border-color: rgb(133,119,94); }

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