#85563E

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

Shades of Potters Clay #85563E

Tints of Potters Clay #85563E

Color information

#85563E (or 0x85563E) is unknown color: approx Potters Clay. HEX triplet: 85, 56 and 3E. RGB value is (133,86,62). Sum of RGB (Red+Green+Blue) = 133+86+62=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85563E is #7AA9C1. Grayscale: #616161. Windows color (decimal): -8038850 or 4085381. OLE color: 4085381.

HSL color Cylindrical-coordinate representation of color #85563E: hue angle of 20.28º 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 #85563E is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1338662-
CMYK00.350.530.48
HSL20.28º36.41%38.24%-
HSV(B)20.28º53.38%52.16%-
XYZ13.8711.996.14-
YUV97.32108.07153.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 62 (24.61% from 255) = 22.06%
R=47.33%
G=30.60%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133866200.350.530.4820.2836.4138.24
Hex85563E0233530142426
Octal205126760436560244446
Binary100001011010110111110010001111010111000010100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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