#847E5B

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

Shades of Clay Creek #847E5B

Tints of Clay Creek #847E5B

Color information

#847E5B (or 0x847E5B) is unknown color: approx Clay Creek. HEX triplet: 84, 7E and 5B. RGB value is (132,126,91). Sum of RGB (Red+Green+Blue) = 132+126+91=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #847E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E5B is #7B81A4. Grayscale: #7B7B7B. Windows color (decimal): -8094117 or 5996164. OLE color: 5996164.

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

Color convert

RGB13212691-
CMYK00.050.310.48
HSL51.22º18.39%43.73%-
HSV(B)51.22º31.06%51.76%-
XYZ18.8620.5812.88-
YUV123.8109.49133.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=37.82%
G=36.10%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321269100.050.310.4851.2218.3943.73
Hex847E5B051F3033122c
Octal204176133053760632254
Binary100001001111110101101101011111111000011001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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