#85563B

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

Shades of Potters Clay #85563B

Tints of Potters Clay #85563B

Color information

#85563B (or 0x85563B) is unknown color: approx Potters Clay. HEX triplet: 85, 56 and 3B. RGB value is (133,86,59). Sum of RGB (Red+Green+Blue) = 133+86+59=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85563B is #7AA9C4. Grayscale: #616161. Windows color (decimal): -8038853 or 3888773. OLE color: 3888773.

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

Color convert

RGB1338659-
CMYK00.350.560.48
HSL21.89º38.54%37.65%-
HSV(B)21.89º55.64%52.16%-
XYZ13.7911.965.72-
YUV96.98106.57153.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 59 (23.44% from 255) = 21.22%
R=47.84%
G=30.94%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133865900.350.560.4821.8938.5437.65
Hex85563B0233830162726
Octal205126730437060264746
Binary100001011010110111011010001111100011000010110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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