#84755C

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

Shades of Stonewall #84755C

Tints of Stonewall #84755C

Color information

#84755C (or 0x84755C) is unknown color: approx Stonewall. HEX triplet: 84, 75 and 5C. RGB value is (132,117,92). Sum of RGB (Red+Green+Blue) = 132+117+92=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84755C is #7B8AA3. Grayscale: #767676. Windows color (decimal): -8096420 or 6059396. OLE color: 6059396.

HSL color Cylindrical-coordinate representation of color #84755C: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84755C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13211792-
CMYK00.110.300.48
HSL37.5º17.86%43.92%-
HSV(B)37.5º30.3%51.76%-
XYZ17.8118.412.74-
YUV118.64112.97137.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=38.71%
G=34.31%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321179200.110.300.4837.517.8643.92
Hex84755C0B1E3025122c
Octal2041651340133660452254
Binary1000010011101011011100010111111011000010010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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