#84755B

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

Shades of Stonewall #84755B

Tints of Stonewall #84755B

Color information

#84755B (or 0x84755B) is unknown color: approx Stonewall. HEX triplet: 84, 75 and 5B. RGB value is (132,117,91). Sum of RGB (Red+Green+Blue) = 132+117+91=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84755B is #7B8AA4. Grayscale: #767676. Windows color (decimal): -8096421 or 5993860. OLE color: 5993860.

HSL color Cylindrical-coordinate representation of color #84755B: hue angle of 38.05º 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 #84755B is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13211791-
CMYK00.110.310.48
HSL38.05º18.39%43.73%-
HSV(B)38.05º31.06%51.76%-
XYZ17.7718.3812.51-
YUV118.52112.47137.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=38.82%
G=34.41%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321179100.110.310.4838.0518.3943.73
Hex84755B0B1F3026122c
Octal2041651330133760462254
Binary1000010011101011011011010111111111000010011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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