#885A37

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

Shades of Potters Clay #885A37

Tints of Potters Clay #885A37

Color information

#885A37 (or 0x885A37) is unknown color: approx Potters Clay. HEX triplet: 88, 5A and 37. RGB value is (136,90,55). Sum of RGB (Red+Green+Blue) = 136+90+55=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #885A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A37 is #77A5C8. Grayscale: #636363. Windows color (decimal): -7841225 or 3627656. OLE color: 3627656.

HSL color Cylindrical-coordinate representation of color #885A37: hue angle of 25.93º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #885A37 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1369055-
CMYK00.340.600.47
HSL25.93º42.41%37.45%-
HSV(B)25.93º59.56%53.33%-
XYZ14.512.825.33-
YUV99.76102.74153.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.40%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 55 (21.88% from 255) = 19.57%
R=48.40%
G=32.03%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136905500.340.600.4725.9342.4137.45
Hex885A370223C2F1a2a25
Octal210132670427457325245
Binary100010001011010110111010001011110010111111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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