#857753

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

Shades of Clay Creek #857753

Tints of Clay Creek #857753

Color information

#857753 (or 0x857753) is unknown color: approx Clay Creek. HEX triplet: 85, 77 and 53. RGB value is (133,119,83). Sum of RGB (Red+Green+Blue) = 133+119+83=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857753 is #7A88AC. Grayscale: #777777. Windows color (decimal): -8030381 or 5470085. OLE color: 5470085.

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

Color convert

RGB13311983-
CMYK00.110.380.48
HSL43.2º23.15%42.35%-
HSV(B)43.2º37.59%52.16%-
XYZ17.8318.810.87-
YUV119.08107.64137.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=39.70%
G=35.52%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331198300.110.380.4843.223.1542.35
Hex8577530B26302b172a
Octal2051671230134660532752
Binary10000101111011110100110101110011011000010101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857753; }

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

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

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

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

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

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

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

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