Html Css Color HEX #85573F Potters Clay

📋 copy color: '#85573F'

red 133 ◦ green 87 ◦ blue 63

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

Shades of Potters Clay #85573F

Tints of Potters Clay #85573F

RGB

 RED value IS 133 (52.34% from 255) = 47%

 GREEN value IS 87 (34.38% from 255) = 30.74%

 BLUE value IS 63 (25% from 255) = 22.26%

R = 47%
G = 30.74%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85573F (or 0x85573F) is known color: Potters Clay. HEX triplet: 85, 57 and 3F. RGB value is (133,87,63). Sum of RGB (Red+Green+Blue) = 133+87+63=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85573F is #7AA8C0. Grayscale: #626262. Windows color (decimal): -8038593 or 4151173. OLE color: 4151173.

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

Color convert

RGB 133 87 63 -
CMYK 0 0.35 0.53 0.48
HSL 20.57º 0.36% 0.38% -
HSV(B) 20.57º 0.53% 0.52% -
XYZ 13.98 12.16 6.31 -
YUV 98.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 133 87 63 0 0.35 0.53 0.48 20.57 0.36 0.38
Hex 85 57 3F 0 23 35 30 15 24 26
Octal 205 127 77 0 43 65 60 25 44 46
Binary 10000101 1010111 111111 0 100011 110101 110000 10101 100100 100110

Color Harmonies of #85573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85573F

Black with #85573F

Text Example


Text Example

White with #85573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85573F; }

 p { color: rgb(133,87,63); }

 H1.HeaderClassName
 {
   color: #85573F;
 }
 .AnyTagClassName
 {
   color: #85573F;
 }
</style>

background-color css

<style>
 a { background-color: #85573F; }

 a { background-color: rgb(133,87,63); }

 div.DivClassName
 {
   background-color: #85573F;
 }
 .BgClassName
 {
   background-color: #85573F;
 }
</style>

border-color css

<style>
 span { border-color: #85573F; }

 span { border-color: rgb(133,87,63); }

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