#85583E

Color #85583E Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #85583E

Tints of Potters Clay #85583E

Color information

#85583E (or 0x85583E) is unknown color: approx 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

RGB1338862-
CMYK00.340.530.48
HSL21.97º36.41%38.24%-
HSV(B)21.97º53.38%52.16%-
XYZ14.0312.316.19-
YUV98.49107.41152.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=47.00%
G=31.10%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133886200.340.530.4821.9736.4138.24
Hex85583E0223530162426
Octal205130760426560264446
Binary100001011011000111110010001011010111000010110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>