#857953

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

Shades of Clay Creek #857953

Tints of Clay Creek #857953

Color information

#857953 (or 0x857953) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 53. RGB value is (133,121,83). Sum of RGB (Red+Green+Blue) = 133+121+83=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #857953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857953 is #7A86AC. Grayscale: #787878. Windows color (decimal): -8029869 or 5470597. OLE color: 5470597.

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

Color convert

RGB13312183-
CMYK00.090.380.48
HSL45.6º23.15%42.35%-
HSV(B)45.6º37.59%52.16%-
XYZ18.0719.2910.95-
YUV120.26106.98137.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=39.47%
G=35.91%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331218300.090.380.4845.623.1542.35
Hex8579530926302e172a
Octal2051711230114660562752
Binary10000101111100110100110100110011011000010111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857953; }

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

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

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

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

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

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

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

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