Html Css Color HEX #85573A Potters Clay

📋 copy color: '#85573A'

red 133 ◦ green 87 ◦ blue 58

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

Shades of Potters Clay #85573A

Tints of Potters Clay #85573A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 47.84%
G = 31.29%
B = 20.86%

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

#85573A (or 0x85573A) is known color: Potters Clay. HEX triplet: 85, 57 and 3A. RGB value is (133,87,58). Sum of RGB (Red+Green+Blue) = 133+87+58=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85573A is #7AA8C5. Grayscale: #616161. Windows color (decimal): -8038598 or 3823493. OLE color: 3823493.

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

Color convert

RGB 133 87 58 -
CMYK 0 0.35 0.56 0.48
HSL 23.2º 0.39% 0.37% -
HSV(B) 23.2º 0.56% 0.52% -
XYZ 13.84 12.11 5.61 -
YUV 97.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 133 87 58 0 0.35 0.56 0.48 23.2 0.39 0.37
Hex 85 57 3A 0 23 38 30 17 27 25
Octal 205 127 72 0 43 70 60 27 47 45
Binary 10000101 1010111 111010 0 100011 111000 110000 10111 100111 100101

Color Harmonies of #85573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85573A

Black with #85573A

Text Example


Text Example

White with #85573A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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