#84775B

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

Shades of Stonewall #84775B

Tints of Stonewall #84775B

Color information

#84775B (or 0x84775B) is unknown color: approx Stonewall. HEX triplet: 84, 77 and 5B. RGB value is (132,119,91). Sum of RGB (Red+Green+Blue) = 132+119+91=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84775B is #7B88A4. Grayscale: #777777. Windows color (decimal): -8095909 or 5994372. OLE color: 5994372.

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

Color convert

RGB13211991-
CMYK00.100.310.48
HSL40.98º18.39%43.73%-
HSV(B)40.98º31.06%51.76%-
XYZ1818.8512.59-
YUV119.7111.81136.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=38.60%
G=34.80%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321199100.100.310.4840.9818.3943.73
Hex84775B0A1F3029122c
Octal2041671330123760512254
Binary1000010011101111011011010101111111000010100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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