#847D5B

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

Shades of Clay Creek #847D5B

Tints of Clay Creek #847D5B

Color information

#847D5B (or 0x847D5B) is unknown color: approx Clay Creek. HEX triplet: 84, 7D and 5B. RGB value is (132,125,91). Sum of RGB (Red+Green+Blue) = 132+125+91=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #847D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D5B is #7B82A4. Grayscale: #7B7B7B. Windows color (decimal): -8094373 or 5995908. OLE color: 5995908.

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

Color convert

RGB13212591-
CMYK00.050.310.48
HSL49.76º18.39%43.73%-
HSV(B)49.76º31.06%51.76%-
XYZ18.7420.3312.83-
YUV123.22109.82134.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=37.93%
G=35.92%
B=26.15%

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
Decimal1321259100.050.310.4849.7618.3943.73
Hex847D5B051F3032122c
Octal204175133053760622254
Binary100001001111101101101101011111111000011001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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