#875a42

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

Shades of Potters Clay #875A42

Tints of Potters Clay #875A42

Color information

#875A42 (or 0x875A42) is unknown color: approx Potters Clay. HEX triplet: 87, 5A and 42. RGB value is (135,90,66). Sum of RGB (Red+Green+Blue) = 135+90+66=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A42 is #78A5BD. Grayscale: #646464. Windows color (decimal): -7906750 or 4348551. OLE color: 4348551.

HSL color Cylindrical-coordinate representation of color #875A42: hue angle of 20.87º 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 #875A42 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1359066-
CMYK00.330.510.47
HSL20.87º34.33%39.41%-
HSV(B)20.87º51.11%52.94%-
XYZ14.6312.866.86-
YUV100.72108.41152.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=46.39%
G=30.93%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135906600.330.510.4720.8734.3339.41
Hex875A42021332F152227
Octal2071321020416357254247
Binary1000011110110101000010010000111001110111110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875a42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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