#875934

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

Shades of Potters Clay #875934

Tints of Potters Clay #875934

Color information

#875934 (or 0x875934) is unknown color: approx Potters Clay. HEX triplet: 87, 59 and 34. RGB value is (135,89,52). Sum of RGB (Red+Green+Blue) = 135+89+52=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #875934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875934 is #78A6CB. Grayscale: #626262. Windows color (decimal): -7907020 or 3430791. OLE color: 3430791.

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

Color convert

RGB1358952-
CMYK00.340.610.47
HSL26.75º44.39%36.67%-
HSV(B)26.75º61.48%52.94%-
XYZ14.1812.544.92-
YUV98.54101.74154.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=48.91%
G=32.25%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135895200.340.610.4726.7544.3936.67
Hex8759340223D2F1b2c25
Octal207131640427557335445
Binary100001111011001110100010001011110110111111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875934; }

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

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

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

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

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

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

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

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