#875940

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

Shades of Potters Clay #875940

Tints of Potters Clay #875940

Color information

#875940 (or 0x875940) is unknown color: approx Potters Clay. HEX triplet: 87, 59 and 40. RGB value is (135,89,64). Sum of RGB (Red+Green+Blue) = 135+89+64=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875940 is #78A6BF. Grayscale: #646464. Windows color (decimal): -7907008 or 4217223. OLE color: 4217223.

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

Color convert

RGB1358964-
CMYK00.340.530.47
HSL21.13º35.68%39.02%-
HSV(B)21.13º52.59%52.94%-
XYZ14.4912.676.53-
YUV99.9107.74153.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=46.88%
G=30.90%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135896400.340.530.4721.1335.6839.02
Hex875940022352F152427
Octal2071311000426557254447
Binary1000011110110011000000010001011010110111110101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875940; }

 p { color: rgb(135,89,64); }

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

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

 a { background-color: rgb(135,89,64); }

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

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

 span { border-color: rgb(135,89,64); }

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