#857859

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

Shades of Clay Creek #857859

Tints of Clay Creek #857859

Color information

#857859 (or 0x857859) is unknown color: approx Clay Creek. HEX triplet: 85, 78 and 59. RGB value is (133,120,89). Sum of RGB (Red+Green+Blue) = 133+120+89=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857859 is #7A87A6. Grayscale: #787878. Windows color (decimal): -8030119 or 5863557. OLE color: 5863557.

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

Color convert

RGB13312089-
CMYK00.100.330.48
HSL42.27º19.82%43.53%-
HSV(B)42.27º33.08%52.16%-
XYZ18.1919.1412.19-
YUV120.35110.31137.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=38.89%
G=35.09%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331208900.100.330.4842.2719.8243.53
Hex8578590A21302a142c
Octal2051701310124160522454
Binary10000101111100010110010101010000111000010101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857859; }

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

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

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

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

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

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

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

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