#857D5B

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

Shades of Clay Creek #857D5B

Tints of Clay Creek #857D5B

Color information

#857D5B (or 0x857D5B) is unknown color: approx Clay Creek. HEX triplet: 85, 7D and 5B. RGB value is (133,125,91). Sum of RGB (Red+Green+Blue) = 133+125+91=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D5B is #7A82A4. Grayscale: #7B7B7B. Windows color (decimal): -8028837 or 5995909. OLE color: 5995909.

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

Color convert

RGB13312591-
CMYK00.060.320.48
HSL48.57º18.75%43.92%-
HSV(B)48.57º31.58%52.16%-
XYZ18.8920.4112.84-
YUV123.52109.65134.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=38.11%
G=35.82%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331259100.060.320.4848.5718.7543.92
Hex857D5B06203031132c
Octal205175133064060612354
Binary1000010111111011011011011010000011000011000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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