#857955

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

Shades of Clay Creek #857955

Tints of Clay Creek #857955

Color information

#857955 (or 0x857955) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 55. RGB value is (133,121,85). Sum of RGB (Red+Green+Blue) = 133+121+85=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #857955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857955 is #7A86AA. Grayscale: #787878. Windows color (decimal): -8029867 or 5601669. OLE color: 5601669.

HSL color Cylindrical-coordinate representation of color #857955: hue angle of 45º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857955 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB13312185-
CMYK00.090.360.48
HSL45º22.02%42.75%-
HSV(B)45º36.09%52.16%-
XYZ18.1519.3211.37-
YUV120.48107.98136.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=39.23%
G=35.69%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331218500.090.360.484522.0242.75
Hex8579550924302d162b
Octal2051711250114460552653
Binary10000101111100110101010100110010011000010110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857955; }

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

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

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

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

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

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

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

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