#847860

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

Shades of Stonewall #847860

Tints of Stonewall #847860

Color information

#847860 (or 0x847860) is unknown color: approx Stonewall. HEX triplet: 84, 78 and 60. RGB value is (132,120,96). Sum of RGB (Red+Green+Blue) = 132+120+96=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #847860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847860 is #7B879F. Grayscale: #787878. Windows color (decimal): -8095648 or 6322308. OLE color: 6322308.

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

Color convert

RGB13212096-
CMYK00.090.270.48
HSL40º15.79%44.71%-
HSV(B)40º27.27%51.76%-
XYZ18.3419.1813.8-
YUV120.85113.98135.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321209600.090.270.484015.7944.71
Hex847860091B3028102d
Octal2041701400113360502055
Binary1000010011110001100000010011101111000010100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847860; }

 p { color: rgb(132,120,96); }

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

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

 a { background-color: rgb(132,120,96); }

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

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

 span { border-color: rgb(132,120,96); }

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