Html Css Color HEX #85563C Potters Clay

📋 copy color: '#85563C'

red 133 ◦ green 86 ◦ blue 60

#85563C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #85563C

Tints of Potters Clay #85563C

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 value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85563C (or 0x85563C) is known color: 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

RGB 133 86 60 -
CMYK 0 0.35 0.55 0.48
HSL 21.37º 0.38% 0.38% -
HSV(B) 21.37º 0.55% 0.52% -
XYZ 13.82 11.97 5.86 -
YUV 97.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 133 86 60 0 0.35 0.55 0.48 21.37 0.38 0.38
Hex 85 56 3C 0 23 37 30 15 26 26
Octal 205 126 74 0 43 67 60 25 46 46
Binary 10000101 1010110 111100 0 100011 110111 110000 10101 100110 100110

Color Harmonies of #85563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85563C

Black with #85563C

Text Example


Text Example

White with #85563C

Text Example


Text Example

HTML Codes & Css Web 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>