Html Css Color HEX #857759 Stonewall

📋 copy color: '#857759'

red 133 ◦ green 119 ◦ blue 89

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

Shades of Stonewall #857759

Tints of Stonewall #857759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.1%

R = 39%
G = 34.9%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857759 (or 0x857759) is known color: Stonewall. HEX triplet: 85, 77 and 59. RGB value is (133,119,89). Sum of RGB (Red+Green+Blue) = 133+119+89=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #857759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857759 is #7A88A6. Grayscale: #777777. Windows color (decimal): -8030375 or 5863301. OLE color: 5863301.

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

Color convert

RGB 133 119 89 -
CMYK 0 0.11 0.33 0.48
HSL 40.91º 0.2% 0.44% -
HSV(B) 40.91º 0.33% 0.52% -
XYZ 18.07 18.9 12.15 -
YUV 119.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 133 119 89 0 0.11 0.33 0.48 40.91 0.2 0.44
Hex 85 77 59 0 B 21 30 29 14 2C
Octal 205 167 131 0 13 41 60 51 24 54
Binary 10000101 1110111 1011001 0 1011 100001 110000 101001 10100 101100

Color Harmonies of #857759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857759

Black with #857759

Text Example


Text Example

White with #857759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857759; }

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

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

background-color css

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

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

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

border-color css

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

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

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