#875D3D

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

Shades of Potters Clay #875D3D

Tints of Potters Clay #875D3D

Color information

#875D3D (or 0x875D3D) is unknown color: approx Potters Clay. HEX triplet: 87, 5D and 3D. RGB value is (135,93,61). Sum of RGB (Red+Green+Blue) = 135+93+61=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D3D is #78A2C2. Grayscale: #666666. Windows color (decimal): -7905987 or 4021639. OLE color: 4021639.

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

Color convert

RGB1359361-
CMYK00.310.550.47
HSL25.95º37.76%38.43%-
HSV(B)25.95º54.81%52.94%-
XYZ14.7513.326.21-
YUV101.91104.91151.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=46.71%
G=32.18%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135936100.310.550.4725.9537.7638.43
Hex875D3D01F372F1a2626
Octal207135750376757324646
Binary10000111101110111110101111111011110111111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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