#857D5E

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

Shades of Clay Creek #857D5E

Tints of Clay Creek #857D5E

Color information

#857D5E (or 0x857D5E) is unknown color: approx Clay Creek. HEX triplet: 85, 7D and 5E. RGB value is (133,125,94). Sum of RGB (Red+Green+Blue) = 133+125+94=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D5E is #7A82A1. Grayscale: #7B7B7B. Windows color (decimal): -8028834 or 6192517. OLE color: 6192517.

HSL color Cylindrical-coordinate representation of color #857D5E: hue angle of 47.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857D5E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13312594-
CMYK00.060.290.48
HSL47.69º17.18%44.51%-
HSV(B)47.69º29.32%52.16%-
XYZ19.0320.4613.54-
YUV123.86111.15134.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=37.78%
G=35.51%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331259400.060.290.4847.6917.1844.51
Hex857D5E061D3030112d
Octal205175136063560602155
Binary100001011111101101111001101110111000011000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,125,94); }

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

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

 a { background-color: rgb(133,125,94); }

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

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

 span { border-color: rgb(133,125,94); }

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