Html Css Color HEX #85775F Stonewall

📋 copy color: '#85775F'

red 133 ◦ green 119 ◦ blue 95

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

Shades of Stonewall #85775F

Tints of Stonewall #85775F

RGB

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

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

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

R = 38.33%
G = 34.29%
B = 27.38%

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

#85775F (or 0x85775F) is known color: Stonewall. HEX triplet: 85, 77 and 5F. RGB value is (133,119,95). Sum of RGB (Red+Green+Blue) = 133+119+95=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #85775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85775F is #7A88A0. Grayscale: #787878. Windows color (decimal): -8030369 or 6256517. OLE color: 6256517.

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

Color convert

RGB 133 119 95 -
CMYK 0 0.11 0.29 0.48
HSL 37.89º 0.17% 0.45% -
HSV(B) 37.89º 0.29% 0.52% -
XYZ 18.34 19.01 13.53 -
YUV 120.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 133 119 95 0 0.11 0.29 0.48 37.89 0.17 0.45
Hex 85 77 5F 0 B 1D 30 26 11 2D
Octal 205 167 137 0 13 35 60 46 21 55
Binary 10000101 1110111 1011111 0 1011 11101 110000 100110 10001 101101

Color Harmonies of #85775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85775F

Black with #85775F

Text Example


Text Example

White with #85775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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