#857E5E

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

Shades of Clay Creek #857E5E

Tints of Clay Creek #857E5E

Color information

#857E5E (or 0x857E5E) is unknown color: approx Clay Creek. HEX triplet: 85, 7E and 5E. RGB value is (133,126,94). Sum of RGB (Red+Green+Blue) = 133+126+94=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E5E is #7A81A1. Grayscale: #7C7C7C. Windows color (decimal): -8028578 or 6192773. OLE color: 6192773.

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

Color convert

RGB13312694-
CMYK00.050.290.48
HSL49.23º17.18%44.51%-
HSV(B)49.23º29.32%52.16%-
XYZ19.1520.7213.58-
YUV124.44110.82134.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=37.68%
G=35.69%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331269400.050.290.4849.2317.1844.51
Hex857E5E051D3031112d
Octal205176136053560612155
Binary100001011111110101111001011110111000011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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