#85583A

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

Shades of Potters Clay #85583A

Tints of Potters Clay #85583A

Color information

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

RGB1338858-
CMYK00.340.560.48
HSL24º39.27%37.45%-
HSV(B)24º56.39%52.16%-
XYZ13.9312.275.64-
YUV98.04105.41152.94-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133885800.340.560.482439.2737.45
Hex85583A0223830182725
Octal205130720427060304745
Binary100001011011000111010010001011100011000011000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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