#855840

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

Shades of Potters Clay #855840

Tints of Potters Clay #855840

Color information

#855840 (or 0x855840) is unknown color: approx Potters Clay. HEX triplet: 85, 58 and 40. RGB value is (133,88,64). Sum of RGB (Red+Green+Blue) = 133+88+64=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855840 is #7AA7BF. Grayscale: #626262. Windows color (decimal): -8038336 or 4216965. OLE color: 4216965.

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

Color convert

RGB1338864-
CMYK00.340.520.48
HSL20.87º35.03%38.63%-
HSV(B)20.87º51.88%52.16%-
XYZ14.0912.346.49-
YUV98.72108.41152.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=46.67%
G=30.88%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133886400.340.520.4820.8735.0338.63
Hex8558400223430152327
Octal2051301000426460254347
Binary1000010110110001000000010001011010011000010101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855840; }

 p { color: rgb(133,88,64); }

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

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

 a { background-color: rgb(133,88,64); }

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

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

 span { border-color: rgb(133,88,64); }

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