Html Css Color HEX #85583E Potters Clay

📋 copy color: '#85583E'

red 133 ◦ green 88 ◦ blue 62

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

Shades of Potters Clay #85583E

Tints of Potters Clay #85583E

RGB

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

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

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

R = 47%
G = 31.1%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85583E (or 0x85583E) is known color: Potters Clay. HEX triplet: 85, 58 and 3E. RGB value is (133,88,62). Sum of RGB (Red+Green+Blue) = 133+88+62=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85583E is #7AA7C1. Grayscale: #626262. Windows color (decimal): -8038338 or 4085893. OLE color: 4085893.

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

Color convert

RGB 133 88 62 -
CMYK 0 0.34 0.53 0.48
HSL 21.97º 0.36% 0.38% -
HSV(B) 21.97º 0.53% 0.52% -
XYZ 14.03 12.31 6.19 -
YUV 98.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 133 88 62 0 0.34 0.53 0.48 21.97 0.36 0.38
Hex 85 58 3E 0 22 35 30 16 24 26
Octal 205 130 76 0 42 65 60 26 44 46
Binary 10000101 1011000 111110 0 100010 110101 110000 10110 100100 100110

Color Harmonies of #85583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85583E

Black with #85583E

Text Example


Text Example

White with #85583E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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