#875937

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

Shades of Potters Clay #875937

Tints of Potters Clay #875937

Color information

#875937 (or 0x875937) is unknown color: approx Potters Clay. HEX triplet: 87, 59 and 37. RGB value is (135,89,55). Sum of RGB (Red+Green+Blue) = 135+89+55=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #875937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875937 is #78A6C8. Grayscale: #636363. Windows color (decimal): -7907017 or 3627399. OLE color: 3627399.

HSL color Cylindrical-coordinate representation of color #875937: hue angle of 25.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875937 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1358955-
CMYK00.340.590.47
HSL25.5º42.11%37.25%-
HSV(B)25.5º59.26%52.94%-
XYZ14.2512.575.29-
YUV98.88103.24153.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 55 (21.88% from 255) = 19.71%
R=48.39%
G=31.90%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135895500.340.590.4725.542.1137.25
Hex8759370223B2F1a2a25
Octal207131670427357325245
Binary100001111011001110111010001011101110111111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875937; }

 p { color: rgb(135,89,55); }

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

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

 a { background-color: rgb(135,89,55); }

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

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

 span { border-color: rgb(135,89,55); }

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