#857B5D

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

Shades of Clay Creek #857B5D

Tints of Clay Creek #857B5D

Color information

#857B5D (or 0x857B5D) is unknown color: approx Clay Creek. HEX triplet: 85, 7B and 5D. RGB value is (133,123,93). Sum of RGB (Red+Green+Blue) = 133+123+93=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B5D is #7A84A2. Grayscale: #7A7A7A. Windows color (decimal): -8029347 or 6126469. OLE color: 6126469.

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

Color convert

RGB13312393-
CMYK00.080.300.48
HSL45º17.7%44.31%-
HSV(B)45º30.08%52.16%-
XYZ18.7319.9413.22-
YUV122.57111.31135.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=38.11%
G=35.24%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331239300.080.300.484517.744.31
Hex857B5D081E302d122c
Octal2051731350103660552254
Binary1000010111110111011101010001111011000010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,93); }

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

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

 a { background-color: rgb(133,123,93); }

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

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

 span { border-color: rgb(133,123,93); }

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