#847A5B

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

Shades of Clay Creek #847A5B

Tints of Clay Creek #847A5B

Color information

#847A5B (or 0x847A5B) is unknown color: approx Clay Creek. HEX triplet: 84, 7A and 5B. RGB value is (132,122,91). Sum of RGB (Red+Green+Blue) = 132+122+91=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #847A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A5B is #7B85A4. Grayscale: #797979. Windows color (decimal): -8095141 or 5995140. OLE color: 5995140.

HSL color Cylindrical-coordinate representation of color #847A5B: hue angle of 45.37º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #847A5B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13212291-
CMYK00.080.310.48
HSL45.37º18.39%43.73%-
HSV(B)45.37º31.06%51.76%-
XYZ18.3619.5812.71-
YUV121.46110.81135.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=38.26%
G=35.36%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321229100.080.310.4845.3718.3943.73
Hex847A5B081F302d122c
Octal2041721330103760552254
Binary1000010011110101011011010001111111000010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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