#857E57

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

Shades of Clay Creek #857E57

Tints of Clay Creek #857E57

Color information

#857E57 (or 0x857E57) is unknown color: approx Clay Creek. HEX triplet: 85, 7E and 57. RGB value is (133,126,87). Sum of RGB (Red+Green+Blue) = 133+126+87=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E57 is #7A81A8. Grayscale: #7B7B7B. Windows color (decimal): -8028585 or 5734021. OLE color: 5734021.

HSL color Cylindrical-coordinate representation of color #857E57: hue angle of 50.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #857E57 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13312687-
CMYK00.050.350.48
HSL50.87º20.91%43.14%-
HSV(B)50.87º34.59%52.16%-
XYZ18.8520.612-
YUV123.65107.32134.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=38.44%
G=36.42%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331268700.050.350.4850.8720.9143.14
Hex857E5705233033152b
Octal205176127054360632553
Binary1000010111111101010111010110001111000011001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,87); }

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

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

 a { background-color: rgb(133,126,87); }

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

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

 span { border-color: rgb(133,126,87); }

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