#847A5D

Color #847A5D Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #847A5D

Tints of Clay Creek #847A5D

Color information

#847A5D (or 0x847A5D) is unknown color: approx Clay Creek. HEX triplet: 84, 7A and 5D. RGB value is (132,122,93). Sum of RGB (Red+Green+Blue) = 132+122+93=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #847A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A5D is #7B85A2. Grayscale: #797979. Windows color (decimal): -8095139 or 6126212. OLE color: 6126212.

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

Color convert

RGB13212293-
CMYK00.080.300.48
HSL44.62º17.33%44.12%-
HSV(B)44.62º29.55%51.76%-
XYZ18.4519.6113.17-
YUV121.68111.81135.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=38.04%
G=35.16%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321229300.080.300.4844.6217.3344.12
Hex847A5D081E302d112c
Octal2041721350103660552154
Binary1000010011110101011101010001111011000010110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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