#875D3F

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

Shades of Potters Clay #875D3F

Tints of Potters Clay #875D3F

Color information

#875D3F (or 0x875D3F) is unknown color: approx Potters Clay. HEX triplet: 87, 5D and 3F. RGB value is (135,93,63). Sum of RGB (Red+Green+Blue) = 135+93+63=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D3F is #78A2C0. Grayscale: #666666. Windows color (decimal): -7905985 or 4152711. OLE color: 4152711.

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

Color convert

RGB1359363-
CMYK00.310.530.47
HSL25º36.36%38.82%-
HSV(B)25º53.33%52.94%-
XYZ14.813.346.5-
YUV102.14105.91151.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 63 (25% from 255) = 21.65%
R=46.39%
G=31.96%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135936300.310.530.472536.3638.82
Hex875D3F01F352F192427
Octal207135770376557314447
Binary10000111101110111111101111111010110111111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,63); }

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

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

 a { background-color: rgb(135,93,63); }

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

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

 span { border-color: rgb(135,93,63); }

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