#857D5A

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

Shades of Clay Creek #857D5A

Tints of Clay Creek #857D5A

Color information

#857D5A (or 0x857D5A) is unknown color: approx Clay Creek. HEX triplet: 85, 7D and 5A. RGB value is (133,125,90). Sum of RGB (Red+Green+Blue) = 133+125+90=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D5A is #7A82A5. Grayscale: #7B7B7B. Windows color (decimal): -8028838 or 5930373. OLE color: 5930373.

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

Color convert

RGB13312590-
CMYK00.060.320.48
HSL48.84º19.28%43.73%-
HSV(B)48.84º32.33%52.16%-
XYZ18.8520.3912.62-
YUV123.4109.15134.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=38.22%
G=35.92%
B=25.86%

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
Decimal1331259000.060.320.4848.8419.2843.73
Hex857D5A06203031132c
Octal205175132064060612354
Binary1000010111111011011010011010000011000011000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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