Html Css Color HEX #85593A Potters Clay

📋 copy color: '#85593A'

red 133 ◦ green 89 ◦ blue 58

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

Shades of Potters Clay #85593A

Tints of Potters Clay #85593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

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

R = 47.5%
G = 31.79%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85593A (or 0x85593A) is known color: Potters Clay. HEX triplet: 85, 59 and 3A. RGB value is (133,89,58). Sum of RGB (Red+Green+Blue) = 133+89+58=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85593A is #7AA6C5. Grayscale: #626262. Windows color (decimal): -8038086 or 3824005. OLE color: 3824005.

HSL color Cylindrical-coordinate representation of color #85593A: hue angle of 24.8º 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 #85593A is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 58 -
CMYK 0 0.33 0.56 0.48
HSL 24.8º 0.39% 0.37% -
HSV(B) 24.8º 0.56% 0.52% -
XYZ 14.01 12.44 5.67 -
YUV 98.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 133 89 58 0 0.33 0.56 0.48 24.8 0.39 0.37
Hex 85 59 3A 0 21 38 30 19 27 25
Octal 205 131 72 0 41 70 60 31 47 45
Binary 10000101 1011001 111010 0 100001 111000 110000 11001 100111 100101

Color Harmonies of #85593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85593A

Black with #85593A

Text Example


Text Example

White with #85593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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