#875A40

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

Shades of Potters Clay #875A40

Tints of Potters Clay #875A40

Color information

#875A40 (or 0x875A40) is unknown color: approx Potters Clay. HEX triplet: 87, 5A and 40. RGB value is (135,90,64). Sum of RGB (Red+Green+Blue) = 135+90+64=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A40 is #78A5BF. Grayscale: #646464. Windows color (decimal): -7906752 or 4217479. OLE color: 4217479.

HSL color Cylindrical-coordinate representation of color #875A40: hue angle of 21.97º 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 #875A40 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1359064-
CMYK00.330.530.47
HSL21.97º35.68%39.02%-
HSV(B)21.97º52.59%52.94%-
XYZ14.5712.836.56-
YUV100.49107.41152.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=46.71%
G=31.14%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135906400.330.530.4721.9735.6839.02
Hex875A40021352F162427
Octal2071321000416557264447
Binary1000011110110101000000010000111010110111110110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875A40; }

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

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

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

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

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

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

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

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