#85794A

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

Shades of Clay Creek #85794A

Tints of Clay Creek #85794A

Color information

#85794A (or 0x85794A) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 4A. RGB value is (133,121,74). Sum of RGB (Red+Green+Blue) = 133+121+74=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85794A is #7A86B5. Grayscale: #777777. Windows color (decimal): -8029878 or 4880773. OLE color: 4880773.

HSL color Cylindrical-coordinate representation of color #85794A: hue angle of 47.8º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85794A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13312174-
CMYK00.090.440.48
HSL47.8º28.5%40.59%-
HSV(B)47.8º44.36%52.16%-
XYZ17.7519.169.24-
YUV119.23102.48137.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=40.55%
G=36.89%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331217400.090.440.4847.828.540.59
Hex85794A092C30301d29
Octal2051711120115460603551
Binary10000101111100110010100100110110011000011000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85794A; }

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

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

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

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

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

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

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

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