#875935

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

Shades of Potters Clay #875935

Tints of Potters Clay #875935

Color information

#875935 (or 0x875935) is unknown color: approx Potters Clay. HEX triplet: 87, 59 and 35. RGB value is (135,89,53). Sum of RGB (Red+Green+Blue) = 135+89+53=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #875935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875935 is #78A6CA. Grayscale: #626262. Windows color (decimal): -7907019 or 3496327. OLE color: 3496327.

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

Color convert

RGB1358953-
CMYK00.340.610.47
HSL26.34º43.62%36.86%-
HSV(B)26.34º60.74%52.94%-
XYZ14.2112.555.04-
YUV98.65102.24153.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=48.74%
G=32.13%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135895300.340.610.4726.3443.6236.86
Hex8759350223D2F1a2c25
Octal207131650427557325445
Binary100001111011001110101010001011110110111111010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875935; }

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

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

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

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

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

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

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

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