#84775F

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

Shades of Stonewall #84775F

Tints of Stonewall #84775F

Color information

#84775F (or 0x84775F) is unknown color: approx Stonewall. HEX triplet: 84, 77 and 5F. RGB value is (132,119,95). Sum of RGB (Red+Green+Blue) = 132+119+95=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84775F is #7B88A0. Grayscale: #787878. Windows color (decimal): -8095905 or 6256516. OLE color: 6256516.

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

Color convert

RGB13211995-
CMYK00.100.280.48
HSL38.92º16.3%44.51%-
HSV(B)38.92º28.03%51.76%-
XYZ18.1818.9313.52-
YUV120.15113.81136.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=38.15%
G=34.39%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321199500.100.280.4838.9216.344.51
Hex84775F0A1C3027102d
Octal2041671370123460472055
Binary1000010011101111011111010101110011000010011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84775F; }

 p { color: rgb(132,119,95); }

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

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

 a { background-color: rgb(132,119,95); }

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

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

 span { border-color: rgb(132,119,95); }

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