#885A39

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

Shades of Potters Clay #885A39

Tints of Potters Clay #885A39

Color information

#885A39 (or 0x885A39) is unknown color: approx Potters Clay. HEX triplet: 88, 5A and 39. RGB value is (136,90,57). Sum of RGB (Red+Green+Blue) = 136+90+57=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #885A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A39 is #77A5C6. Grayscale: #646464. Windows color (decimal): -7841223 or 3758728. OLE color: 3758728.

HSL color Cylindrical-coordinate representation of color #885A39: hue angle of 25.06º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885A39 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1369057-
CMYK00.340.580.47
HSL25.06º40.93%37.84%-
HSV(B)25.06º58.09%53.33%-
XYZ14.5512.845.58-
YUV99.99103.74153.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=48.06%
G=31.80%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136905700.340.580.4725.0640.9337.84
Hex885A390223A2F192926
Octal210132710427257315146
Binary100010001011010111001010001011101010111111001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885A39; }

 p { color: rgb(136,90,57); }

 H1.HeaderClassName
 {
   color: #885A39;
 }
 .AnyTagClassName
 {
   color: #885A39;
 }
</style>
background-color css

<style>
 a { background-color: #885A39; }

 a { background-color: rgb(136,90,57); }

 div.DivClassName
 {
   background-color: #885A39;
 }
 .BgClassName
 {
   background-color: #885A39;
 }
</style>
border-color css

<style>
 span { border-color: #885A39; }

 span { border-color: rgb(136,90,57); }

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