#85593B

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

Shades of Potters Clay #85593B

Tints of Potters Clay #85593B

Color information

#85593B (or 0x85593B) is unknown color: approx Potters Clay. HEX triplet: 85, 59 and 3B. RGB value is (133,89,59). Sum of RGB (Red+Green+Blue) = 133+89+59=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85593B is #7AA6C4. Grayscale: #626262. Windows color (decimal): -8038085 or 3889541. OLE color: 3889541.

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

Color convert

RGB1338959-
CMYK00.330.560.48
HSL24.32º38.54%37.65%-
HSV(B)24.32º55.64%52.16%-
XYZ14.0312.455.8-
YUV98.74105.58152.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=47.33%
G=31.67%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133895900.330.560.4824.3238.5437.65
Hex85593B0213830182726
Octal205131730417060304746
Binary100001011011001111011010000111100011000011000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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