#875942

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

Shades of Potters Clay #875942

Tints of Potters Clay #875942

Color information

#875942 (or 0x875942) is unknown color: approx Potters Clay. HEX triplet: 87, 59 and 42. RGB value is (135,89,66). Sum of RGB (Red+Green+Blue) = 135+89+66=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #875942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875942 is #78A6BD. Grayscale: #646464. Windows color (decimal): -7907006 or 4348295. OLE color: 4348295.

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

Color convert

RGB1358966-
CMYK00.340.510.47
HSL20º34.33%39.41%-
HSV(B)20º51.11%52.94%-
XYZ14.5512.696.84-
YUV100.13108.74152.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=46.55%
G=30.69%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135896600.340.510.472034.3339.41
Hex875942022332F142227
Octal2071311020426357244247
Binary1000011110110011000010010001011001110111110100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875942; }

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

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

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

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

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

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

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

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