#85563A

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

Shades of Potters Clay #85563A

Tints of Potters Clay #85563A

Color information

#85563A (or 0x85563A) is unknown color: approx Potters Clay. HEX triplet: 85, 56 and 3A. RGB value is (133,86,58). Sum of RGB (Red+Green+Blue) = 133+86+58=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85563A is #7AA9C5. Grayscale: #616161. Windows color (decimal): -8038854 or 3823237. OLE color: 3823237.

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

Color convert

RGB1338658-
CMYK00.350.560.48
HSL22.4º39.27%37.45%-
HSV(B)22.4º56.39%52.16%-
XYZ13.7611.955.58-
YUV96.86106.07153.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=48.01%
G=31.05%
B=20.94%

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
Decimal133865800.350.560.4822.439.2737.45
Hex85563A0233830162725
Octal205126720437060264745
Binary100001011010110111010010001111100011000010110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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