#817863

Color #817863 Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #817863

Tints of Stonewall #817863

Color information

#817863 (or 0x817863) is unknown color: approx Stonewall. HEX triplet: 81, 78 and 63. RGB value is (129,120,99). Sum of RGB (Red+Green+Blue) = 129+120+99=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #817863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817863 is #7E879C. Grayscale: #787878. Windows color (decimal): -8292253 or 6518913. OLE color: 6518913.

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

Color convert

RGB12912099-
CMYK00.070.230.49
HSL42º13.16%44.71%-
HSV(B)42º23.26%50.59%-
XYZ18.021914.52-
YUV120.3115.98134.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=37.07%
G=34.48%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291209900.070.230.494213.1644.71
Hex8178630717312ad2d
Octal201170143072761521555
Binary10000001111100011000110111101111100011010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817863; }

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

 H1.HeaderClassName
 {
   color: #817863;
 }
 .AnyTagClassName
 {
   color: #817863;
 }
</style>
background-color css

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

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

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

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

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

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