#875941

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

Shades of Potters Clay #875941

Tints of Potters Clay #875941

Color information

#875941 (or 0x875941) is unknown color: approx Potters Clay. HEX triplet: 87, 59 and 41. RGB value is (135,89,65). Sum of RGB (Red+Green+Blue) = 135+89+65=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875941 is #78A6BE. Grayscale: #646464. Windows color (decimal): -7907007 or 4282759. OLE color: 4282759.

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

Color convert

RGB1358965-
CMYK00.340.520.47
HSL20.57º35%39.22%-
HSV(B)20.57º51.85%52.94%-
XYZ14.5212.686.68-
YUV100.02108.24152.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=46.71%
G=30.80%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135896500.340.520.4720.573539.22
Hex875941022342F152327
Octal2071311010426457254347
Binary1000011110110011000001010001011010010111110101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875941; }

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

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

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

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

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

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

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

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