#857F5D

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

Shades of Clay Creek #857F5D

Tints of Clay Creek #857F5D

Color information

#857F5D (or 0x857F5D) is unknown color: approx Clay Creek. HEX triplet: 85, 7F and 5D. RGB value is (133,127,93). Sum of RGB (Red+Green+Blue) = 133+127+93=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F5D is #7A80A2. Grayscale: #7D7D7D. Windows color (decimal): -8028323 or 6127493. OLE color: 6127493.

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

Color convert

RGB13312793-
CMYK00.050.300.48
HSL51º17.7%44.31%-
HSV(B)51º30.08%52.16%-
XYZ19.2420.9613.39-
YUV124.92109.99133.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=37.68%
G=35.98%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331279300.050.300.485117.744.31
Hex857F5D051E3033122c
Octal205177135053660632254
Binary100001011111111101110101011111011000011001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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