#857C59

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

Shades of Clay Creek #857C59

Tints of Clay Creek #857C59

Color information

#857C59 (or 0x857C59) is unknown color: approx Clay Creek. HEX triplet: 85, 7C and 59. RGB value is (133,124,89). Sum of RGB (Red+Green+Blue) = 133+124+89=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C59 is #7A83A6. Grayscale: #7A7A7A. Windows color (decimal): -8029095 or 5864581. OLE color: 5864581.

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

Color convert

RGB13312489-
CMYK00.070.330.48
HSL47.73º19.82%43.53%-
HSV(B)47.73º33.08%52.16%-
XYZ18.6820.1212.35-
YUV122.7108.98135.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=38.44%
G=35.84%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331248900.070.330.4847.7319.8243.53
Hex857C5907213030142c
Octal205174131074160602454
Binary1000010111111001011001011110000111000011000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,124,89); }

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

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

 a { background-color: rgb(133,124,89); }

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

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

 span { border-color: rgb(133,124,89); }

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