#885B41

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

Shades of Potters Clay #885B41

Tints of Potters Clay #885B41

Color information

#885B41 (or 0x885B41) is unknown color: approx Potters Clay. HEX triplet: 88, 5B and 41. RGB value is (136,91,65). Sum of RGB (Red+Green+Blue) = 136+91+65=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #885B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B41 is #77A4BE. Grayscale: #656565. Windows color (decimal): -7840959 or 4283272. OLE color: 4283272.

HSL color Cylindrical-coordinate representation of color #885B41: hue angle of 21.97º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #885B41 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1369165-
CMYK00.330.520.47
HSL21.97º35.32%39.41%-
HSV(B)21.97º52.21%53.33%-
XYZ14.8513.16.75-
YUV101.49107.41152.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=46.58%
G=31.16%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136916500.330.520.4721.9735.3239.41
Hex885B41021342F162327
Octal2101331010416457264347
Binary1000100010110111000001010000111010010111110110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,65); }

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

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

 a { background-color: rgb(136,91,65); }

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

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

 span { border-color: rgb(136,91,65); }

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