#885B3C

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

Shades of Potters Clay #885B3C

Tints of Potters Clay #885B3C

Color information

#885B3C (or 0x885B3C) is unknown color: approx Potters Clay. HEX triplet: 88, 5B and 3C. RGB value is (136,91,60). Sum of RGB (Red+Green+Blue) = 136+91+60=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #885B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B3C is #77A4C3. Grayscale: #656565. Windows color (decimal): -7840964 or 3955592. OLE color: 3955592.

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

Color convert

RGB1369160-
CMYK00.330.560.47
HSL24.47º38.78%38.43%-
HSV(B)24.47º55.88%53.33%-
XYZ14.7113.046.02-
YUV100.92104.91153.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=47.39%
G=31.71%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136916000.330.560.4724.4738.7838.43
Hex885B3C021382F182726
Octal210133740417057304746
Binary100010001011011111100010000111100010111111000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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