#857A5B

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

Shades of Clay Creek #857A5B

Tints of Clay Creek #857A5B

Color information

#857A5B (or 0x857A5B) is unknown color: approx Clay Creek. HEX triplet: 85, 7A and 5B. RGB value is (133,122,91). Sum of RGB (Red+Green+Blue) = 133+122+91=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A5B is #7A85A4. Grayscale: #797979. Windows color (decimal): -8029605 or 5995141. OLE color: 5995141.

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

Color convert

RGB13312291-
CMYK00.080.320.48
HSL44.29º18.75%43.92%-
HSV(B)44.29º31.58%52.16%-
XYZ18.5219.6612.72-
YUV121.75110.64136.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=38.44%
G=35.26%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331229100.080.320.4844.2918.7543.92
Hex857A5B0820302c132c
Octal2051721330104060542354
Binary10000101111101010110110100010000011000010110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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