#857A53

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

Shades of Clay Creek #857A53

Tints of Clay Creek #857A53

Color information

#857A53 (or 0x857A53) is unknown color: approx Clay Creek. HEX triplet: 85, 7A and 53. RGB value is (133,122,83). Sum of RGB (Red+Green+Blue) = 133+122+83=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #857A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A53 is #7A85AC. Grayscale: #797979. Windows color (decimal): -8029613 or 5470853. OLE color: 5470853.

HSL color Cylindrical-coordinate representation of color #857A53: hue angle of 46.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857A53 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13312283-
CMYK00.080.380.48
HSL46.8º23.15%42.35%-
HSV(B)46.8º37.59%52.16%-
XYZ18.1919.5310.99-
YUV120.84106.64136.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=39.35%
G=36.09%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331228300.080.380.4846.823.1542.35
Hex857A530826302f172a
Octal2051721230104660572752
Binary10000101111101010100110100010011011000010111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,83); }

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

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

 a { background-color: rgb(133,122,83); }

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

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

 span { border-color: rgb(133,122,83); }

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