#875943

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

Shades of Potters Clay #875943

Tints of Potters Clay #875943

Color information

#875943 (or 0x875943) is unknown color: approx Potters Clay. HEX triplet: 87, 59 and 43. RGB value is (135,89,67). Sum of RGB (Red+Green+Blue) = 135+89+67=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875943 is #78A6BC. Grayscale: #646464. Windows color (decimal): -7907005 or 4413831. OLE color: 4413831.

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

Color convert

RGB1358967-
CMYK00.340.500.47
HSL19.41º33.66%39.61%-
HSV(B)19.41º50.37%52.94%-
XYZ14.5812.76.99-
YUV100.25109.24152.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 67 (26.56% from 255) = 23.02%
R=46.39%
G=30.58%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135896700.340.500.4719.4133.6639.61
Hex875943022322F132228
Octal2071311030426257234250
Binary1000011110110011000011010001011001010111110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875943; }

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

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

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

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

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

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

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

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