Html Css Color HEX #85775B Stonewall

📋 copy color: '#85775B'

red 133 ◦ green 119 ◦ blue 91

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

Shades of Stonewall #85775B

Tints of Stonewall #85775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 38.78%
G = 34.69%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85775B (or 0x85775B) is known color: Stonewall. HEX triplet: 85, 77 and 5B. RGB value is (133,119,91). Sum of RGB (Red+Green+Blue) = 133+119+91=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85775B is #7A88A4. Grayscale: #787878. Windows color (decimal): -8030373 or 5994373. OLE color: 5994373.

HSL color Cylindrical-coordinate representation of color #85775B: hue angle of 40º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85775B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 91 -
CMYK 0 0.11 0.32 0.48
HSL 40º 0.19% 0.44% -
HSV(B) 40º 0.32% 0.52% -
XYZ 18.16 18.94 12.6 -
YUV 119.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 133 119 91 0 0.11 0.32 0.48 40 0.19 0.44
Hex 85 77 5B 0 B 20 30 28 13 2C
Octal 205 167 133 0 13 40 60 50 23 54
Binary 10000101 1110111 1011011 0 1011 100000 110000 101000 10011 101100

Color Harmonies of #85775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85775B

Black with #85775B

Text Example


Text Example

White with #85775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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