Html Css Color HEX #85573E Potters Clay

📋 copy color: '#85573E'

red 133 ◦ green 87 ◦ blue 62

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

Shades of Potters Clay #85573E

Tints of Potters Clay #85573E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 47.16%
G = 30.85%
B = 21.99%

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

#85573E (or 0x85573E) is known color: Potters Clay. HEX triplet: 85, 57 and 3E. RGB value is (133,87,62). Sum of RGB (Red+Green+Blue) = 133+87+62=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85573E is #7AA8C1. Grayscale: #626262. Windows color (decimal): -8038594 or 4085637. OLE color: 4085637.

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

Color convert

RGB 133 87 62 -
CMYK 0 0.35 0.53 0.48
HSL 21.13º 0.36% 0.38% -
HSV(B) 21.13º 0.53% 0.52% -
XYZ 13.95 12.15 6.17 -
YUV 97.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 133 87 62 0 0.35 0.53 0.48 21.13 0.36 0.38
Hex 85 57 3E 0 23 35 30 15 24 26
Octal 205 127 76 0 43 65 60 25 44 46
Binary 10000101 1010111 111110 0 100011 110101 110000 10101 100100 100110

Color Harmonies of #85573E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85573E

Black with #85573E

Text Example


Text Example

White with #85573E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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