#84775E

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

Shades of Stonewall #84775E

Tints of Stonewall #84775E

Color information

#84775E (or 0x84775E) is unknown color: approx Stonewall. HEX triplet: 84, 77 and 5E. RGB value is (132,119,94). Sum of RGB (Red+Green+Blue) = 132+119+94=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84775E is #7B88A1. Grayscale: #787878. Windows color (decimal): -8095906 or 6190980. OLE color: 6190980.

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

Color convert

RGB13211994-
CMYK00.100.290.48
HSL39.47º16.81%44.31%-
HSV(B)39.47º28.79%51.76%-
XYZ18.1318.9113.28-
YUV120.04113.31136.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=38.26%
G=34.49%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321199400.100.290.4839.4716.8144.31
Hex84775E0A1D3027112c
Octal2041671360123560472154
Binary1000010011101111011110010101110111000010011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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