Html Css Color HEX #85573B Potters Clay

📋 copy color: '#85573B'

red 133 ◦ green 87 ◦ blue 59

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

Shades of Potters Clay #85573B

Tints of Potters Clay #85573B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 47.67%
G = 31.18%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85573B (or 0x85573B) is known color: Potters Clay. HEX triplet: 85, 57 and 3B. RGB value is (133,87,59). Sum of RGB (Red+Green+Blue) = 133+87+59=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85573B is #7AA8C4. Grayscale: #616161. Windows color (decimal): -8038597 or 3889029. OLE color: 3889029.

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

Color convert

RGB 133 87 59 -
CMYK 0 0.35 0.56 0.48
HSL 22.7º 0.39% 0.38% -
HSV(B) 22.7º 0.56% 0.52% -
XYZ 13.87 12.12 5.75 -
YUV 97.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 133 87 59 0 0.35 0.56 0.48 22.7 0.39 0.38
Hex 85 57 3B 0 23 38 30 17 27 26
Octal 205 127 73 0 43 70 60 27 47 46
Binary 10000101 1010111 111011 0 100011 111000 110000 10111 100111 100110

Color Harmonies of #85573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85573B

Black with #85573B

Text Example


Text Example

White with #85573B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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