#84765F

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

Shades of Stonewall #84765F

Tints of Stonewall #84765F

Color information

#84765F (or 0x84765F) is unknown color: approx Stonewall. HEX triplet: 84, 76 and 5F. RGB value is (132,118,95). Sum of RGB (Red+Green+Blue) = 132+118+95=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84765F is #7B89A0. Grayscale: #777777. Windows color (decimal): -8096161 or 6256260. OLE color: 6256260.

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

Color convert

RGB13211895-
CMYK00.110.280.48
HSL37.3º16.3%44.51%-
HSV(B)37.3º28.03%51.76%-
XYZ18.0618.6913.48-
YUV119.56114.14136.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=38.26%
G=34.20%
B=27.54%

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
Decimal1321189500.110.280.4837.316.344.51
Hex84765F0B1C3025102d
Octal2041661370133460452055
Binary1000010011101101011111010111110011000010010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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