#847C5D

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

Shades of Clay Creek #847C5D

Tints of Clay Creek #847C5D

Color information

#847C5D (or 0x847C5D) is unknown color: approx Clay Creek. HEX triplet: 84, 7C and 5D. RGB value is (132,124,93). Sum of RGB (Red+Green+Blue) = 132+124+93=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #847C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C5D is #7B83A2. Grayscale: #7A7A7A. Windows color (decimal): -8094627 or 6126724. OLE color: 6126724.

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

Color convert

RGB13212493-
CMYK00.060.300.48
HSL47.69º17.33%44.12%-
HSV(B)47.69º29.55%51.76%-
XYZ18.720.1113.25-
YUV122.86111.15134.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=37.82%
G=35.53%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321249300.060.300.4847.6917.3344.12
Hex847C5D061E3030112c
Octal204174135063660602154
Binary100001001111100101110101101111011000011000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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