#85593E

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

Shades of Potters Clay #85593E

Tints of Potters Clay #85593E

Color information

#85593E (or 0x85593E) is unknown color: approx Potters Clay. HEX triplet: 85, 59 and 3E. RGB value is (133,89,62). Sum of RGB (Red+Green+Blue) = 133+89+62=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #85593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85593E is #7AA6C1. Grayscale: #636363. Windows color (decimal): -8038082 or 4086149. OLE color: 4086149.

HSL color Cylindrical-coordinate representation of color #85593E: hue angle of 22.82º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85593E is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1338962-
CMYK00.330.530.48
HSL22.82º36.41%38.24%-
HSV(B)22.82º53.38%52.16%-
XYZ14.1112.486.22-
YUV99.08107.08152.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=46.83%
G=31.34%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133896200.330.530.4822.8236.4138.24
Hex85593E0213530172426
Octal205131760416560274446
Binary100001011011001111110010000111010111000010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85593E; }

 p { color: rgb(133,89,62); }

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

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

 a { background-color: rgb(133,89,62); }

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

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

 span { border-color: rgb(133,89,62); }

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