#85795B

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

Shades of Clay Creek #85795B

Tints of Clay Creek #85795B

Color information

#85795B (or 0x85795B) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 5B. RGB value is (133,121,91). Sum of RGB (Red+Green+Blue) = 133+121+91=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85795B is #7A86A4. Grayscale: #797979. Windows color (decimal): -8029861 or 5994885. OLE color: 5994885.

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

Color convert

RGB13312191-
CMYK00.090.320.48
HSL42.86º18.75%43.92%-
HSV(B)42.86º31.58%52.16%-
XYZ18.419.4212.68-
YUV121.17110.98136.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=38.55%
G=35.07%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331219100.090.320.4842.8618.7543.92
Hex85795B0920302b132c
Octal2051711330114060532354
Binary10000101111100110110110100110000011000010101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85795B; }

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

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

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

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

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

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

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

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