#84755F

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

Shades of Stonewall #84755F

Tints of Stonewall #84755F

Color information

#84755F (or 0x84755F) is unknown color: approx Stonewall. HEX triplet: 84, 75 and 5F. RGB value is (132,117,95). Sum of RGB (Red+Green+Blue) = 132+117+95=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84755F is #7B8AA0. Grayscale: #777777. Windows color (decimal): -8096417 or 6256004. OLE color: 6256004.

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

Color convert

RGB13211795-
CMYK00.110.280.48
HSL35.68º16.3%44.51%-
HSV(B)35.68º28.03%51.76%-
XYZ17.9418.4513.44-
YUV118.98114.47137.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=38.37%
G=34.01%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321179500.110.280.4835.6816.344.51
Hex84755F0B1C3024102d
Octal2041651370133460442055
Binary1000010011101011011111010111110011000010010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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