#857959

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

Shades of Clay Creek #857959

Tints of Clay Creek #857959

Color information

#857959 (or 0x857959) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 59. RGB value is (133,121,89). Sum of RGB (Red+Green+Blue) = 133+121+89=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #857959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857959 is #7A86A6. Grayscale: #797979. Windows color (decimal): -8029863 or 5863813. OLE color: 5863813.

HSL color Cylindrical-coordinate representation of color #857959: hue angle of 43.64º 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 #857959 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB13312189-
CMYK00.090.330.48
HSL43.64º19.82%43.53%-
HSV(B)43.64º33.08%52.16%-
XYZ18.3119.3812.23-
YUV120.94109.98136.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=38.78%
G=35.28%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331218900.090.330.4843.6419.8243.53
Hex8579590921302c142c
Octal2051711310114160542454
Binary10000101111100110110010100110000111000010110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857959; }

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

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

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

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

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

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

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

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