#875D3C

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

Shades of Potters Clay #875D3C

Tints of Potters Clay #875D3C

Color information

#875D3C (or 0x875D3C) is unknown color: approx Potters Clay. HEX triplet: 87, 5D and 3C. RGB value is (135,93,60). Sum of RGB (Red+Green+Blue) = 135+93+60=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D3C is #78A2C3. Grayscale: #656565. Windows color (decimal): -7905988 or 3956103. OLE color: 3956103.

HSL color Cylindrical-coordinate representation of color #875D3C: hue angle of 26.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875D3C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1359360-
CMYK00.310.560.47
HSL26.4º38.46%38.24%-
HSV(B)26.4º55.56%52.94%-
XYZ14.7213.316.07-
YUV101.8104.41151.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=46.88%
G=32.29%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135936000.310.560.4726.438.4638.24
Hex875D3C01F382F1a2626
Octal207135740377057324646
Binary10000111101110111110001111111100010111111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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