Html Css Color HEX #807563 Stonewall

📋 copy color: '#807563'

red 128 ◦ green 117 ◦ blue 99

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

Shades of Stonewall #807563

Tints of Stonewall #807563

RGB

 RED value IS 128 (50.39% from 255) = 37.21%

 GREEN value IS 117 (46.09% from 255) = 34.01%

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

R = 37.21%
G = 34.01%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#807563 (or 0x807563) is known color: Stonewall. HEX triplet: 80, 75 and 63. RGB value is (128,117,99). Sum of RGB (Red+Green+Blue) = 128+117+99=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #807563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807563 is #7F8A9C. Grayscale: #767676. Windows color (decimal): -8358557 or 6518144. OLE color: 6518144.

HSL color Cylindrical-coordinate representation of color #807563: hue angle of 37.24º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807563 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 99 -
CMYK 0 0.09 0.23 0.50
HSL 37.24º 0.13% 0.45% -
HSV(B) 37.24º 0.23% 0.5% -
XYZ 17.52 18.21 14.4 -
YUV 118.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 128 117 99 0 0.09 0.23 0.50 37.24 0.13 0.45
Hex 80 75 63 0 9 17 32 25 D 2D
Octal 200 165 143 0 11 27 62 45 15 55
Binary 10000000 1110101 1100011 0 1001 10111 110010 100101 1101 101101

Color Harmonies of #807563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807563

Black with #807563

Text Example


Text Example

White with #807563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807563; }

 p { color: rgb(128,117,99); }

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

background-color css

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

 a { background-color: rgb(128,117,99); }

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

border-color css

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

 span { border-color: rgb(128,117,99); }

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