Html Css Color HEX #847A5F Stonewall

📋 copy color: '#847A5F'

red 132 ◦ green 122 ◦ blue 95

#847A5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stonewall #847A5F

Tints of Stonewall #847A5F

RGB

 RED value IS 132 (51.95% from 255) = 37.82%

 GREEN value IS 122 (48.05% from 255) = 34.96%

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 37.82%
G = 34.96%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#847A5F (or 0x847A5F) is known color: Stonewall. HEX triplet: 84, 7A and 5F. RGB value is (132,122,95). Sum of RGB (Red+Green+Blue) = 132+122+95=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #847A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A5F is #7B85A0. Grayscale: #7A7A7A. Windows color (decimal): -8095137 or 6257284. OLE color: 6257284.

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

Color convert

RGB 132 122 95 -
CMYK 0 0.08 0.28 0.48
HSL 43.78º 0.16% 0.45% -
HSV(B) 43.78º 0.28% 0.52% -
XYZ 18.54 19.65 13.64 -
YUV 121.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 132 122 95 0 0.08 0.28 0.48 43.78 0.16 0.45
Hex 84 7A 5F 0 8 1C 30 2C 10 2D
Octal 204 172 137 0 10 34 60 54 20 55
Binary 10000100 1111010 1011111 0 1000 11100 110000 101100 10000 101101

Color Harmonies of #847A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A5F

Black with #847A5F

Text Example


Text Example

White with #847A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847A5F; }

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

 H1.HeaderClassName
 {
   color: #847A5F;
 }
 .AnyTagClassName
 {
   color: #847A5F;
 }
</style>

background-color css

<style>
 a { background-color: #847A5F; }

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

 div.DivClassName
 {
   background-color: #847A5F;
 }
 .BgClassName
 {
   background-color: #847A5F;
 }
</style>

border-color css

<style>
 span { border-color: #847A5F; }

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

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