Html Css Color HEX #857863 Stonewall

📋 copy color: '#857863'

red 133 ◦ green 120 ◦ blue 99

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

Shades of Stonewall #857863

Tints of Stonewall #857863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 37.78%
G = 34.09%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#857863 (or 0x857863) is known color: Stonewall. HEX triplet: 85, 78 and 63. RGB value is (133,120,99). Sum of RGB (Red+Green+Blue) = 133+120+99=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857863 is #7A879C. Grayscale: #797979. Windows color (decimal): -8030109 or 6518917. OLE color: 6518917.

HSL color Cylindrical-coordinate representation of color #857863: hue angle of 37.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #857863 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 99 -
CMYK 0 0.10 0.26 0.48
HSL 37.06º 0.15% 0.45% -
HSV(B) 37.06º 0.26% 0.52% -
XYZ 18.64 19.32 14.55 -
YUV 121.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 133 120 99 0 0.10 0.26 0.48 37.06 0.15 0.45
Hex 85 78 63 0 A 1A 30 25 F 2D
Octal 205 170 143 0 12 32 60 45 17 55
Binary 10000101 1111000 1100011 0 1010 11010 110000 100101 1111 101101

Color Harmonies of #857863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857863

Black with #857863

Text Example


Text Example

White with #857863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857863; }

 p { color: rgb(133,120,99); }

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

background-color css

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

 a { background-color: rgb(133,120,99); }

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

border-color css

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

 span { border-color: rgb(133,120,99); }

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