#85563C

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

Shades of Potters Clay #85563C

Tints of Potters Clay #85563C

Color information

#85563C (or 0x85563C) is unknown color: approx Potters Clay. HEX triplet: 85, 56 and 3C. RGB value is (133,86,60). Sum of RGB (Red+Green+Blue) = 133+86+60=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85563C is #7AA9C3. Grayscale: #616161. Windows color (decimal): -8038852 or 3954309. OLE color: 3954309.

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

Color convert

RGB1338660-
CMYK00.350.550.48
HSL21.37º37.82%37.84%-
HSV(B)21.37º54.89%52.16%-
XYZ13.8211.975.86-
YUV97.09107.07153.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=47.67%
G=30.82%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133866000.350.550.4821.3737.8237.84
Hex85563C0233730152626
Octal205126740436760254646
Binary100001011010110111100010001111011111000010101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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