#857D51

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

Shades of Clay Creek #857D51

Tints of Clay Creek #857D51

Color information

#857D51 (or 0x857D51) is unknown color: approx Clay Creek. HEX triplet: 85, 7D and 51. RGB value is (133,125,81). Sum of RGB (Red+Green+Blue) = 133+125+81=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #857D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D51 is #7A82AE. Grayscale: #7A7A7A. Windows color (decimal): -8028847 or 5340549. OLE color: 5340549.

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

Color convert

RGB13312581-
CMYK00.060.390.48
HSL50.77º24.3%41.96%-
HSV(B)50.77º39.1%52.16%-
XYZ18.4920.2510.72-
YUV122.38104.65135.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=39.23%
G=36.87%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331258100.060.390.4850.7724.341.96
Hex857D5106273033182a
Octal205175121064760633052
Binary1000010111111011010001011010011111000011001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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