#875B39

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

Shades of Potters Clay #875B39

Tints of Potters Clay #875B39

Color information

#875B39 (or 0x875B39) is unknown color: approx Potters Clay. HEX triplet: 87, 5B and 39. RGB value is (135,91,57). Sum of RGB (Red+Green+Blue) = 135+91+57=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #875B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B39 is #78A4C6. Grayscale: #646464. Windows color (decimal): -7906503 or 3758983. OLE color: 3758983.

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

Color convert

RGB1359157-
CMYK00.330.580.47
HSL26.15º40.63%37.65%-
HSV(B)26.15º57.78%52.94%-
XYZ14.4712.935.6-
YUV100.28103.58152.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=47.70%
G=32.16%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135915700.330.580.4726.1540.6337.65
Hex875B390213A2F1a2926
Octal207133710417257325146
Binary100001111011011111001010000111101010111111010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,91,57); }

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

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

 a { background-color: rgb(135,91,57); }

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

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

 span { border-color: rgb(135,91,57); }

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