Html Css Color HEX #85583A Potters Clay

📋 copy color: '#85583A'

red 133 ◦ green 88 ◦ blue 58

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

Shades of Potters Clay #85583A

Tints of Potters Clay #85583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

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

R = 47.67%
G = 31.54%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85583A (or 0x85583A) is known color: Potters Clay. HEX triplet: 85, 58 and 3A. RGB value is (133,88,58). Sum of RGB (Red+Green+Blue) = 133+88+58=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85583A is #7AA7C5. Grayscale: #626262. Windows color (decimal): -8038342 or 3823749. OLE color: 3823749.

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

Color convert

RGB 133 88 58 -
CMYK 0 0.34 0.56 0.48
HSL 24º 0.39% 0.37% -
HSV(B) 24º 0.56% 0.52% -
XYZ 13.93 12.27 5.64 -
YUV 98.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 133 88 58 0 0.34 0.56 0.48 24 0.39 0.37
Hex 85 58 3A 0 22 38 30 18 27 25
Octal 205 130 72 0 42 70 60 30 47 45
Binary 10000101 1011000 111010 0 100010 111000 110000 11000 100111 100101

Color Harmonies of #85583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85583A

Black with #85583A

Text Example


Text Example

White with #85583A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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