#857950

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

Shades of Clay Creek #857950

Tints of Clay Creek #857950

Color information

#857950 (or 0x857950) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 50. RGB value is (133,121,80). Sum of RGB (Red+Green+Blue) = 133+121+80=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857950 is #7A86AF. Grayscale: #787878. Windows color (decimal): -8029872 or 5273989. OLE color: 5273989.

HSL color Cylindrical-coordinate representation of color #857950: hue angle of 46.42º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #857950 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13312180-
CMYK00.090.400.48
HSL46.42º24.88%41.76%-
HSV(B)46.42º39.85%52.16%-
XYZ17.9619.2410.36-
YUV119.91105.48137.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=39.82%
G=36.23%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331218000.090.400.4846.4224.8841.76
Hex8579500928302e192a
Octal2051711200115060563152
Binary10000101111100110100000100110100011000010111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857950; }

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

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

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

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

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

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

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

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