#875842

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

Shades of Potters Clay #875842

Tints of Potters Clay #875842

Color information

#875842 (or 0x875842) is unknown color: approx Potters Clay. HEX triplet: 87, 58 and 42. RGB value is (135,88,66). Sum of RGB (Red+Green+Blue) = 135+88+66=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875842 is #78A7BD. Grayscale: #636363. Windows color (decimal): -7907262 or 4348039. OLE color: 4348039.

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

Color convert

RGB1358866-
CMYK00.350.510.47
HSL19.13º34.33%39.41%-
HSV(B)19.13º51.11%52.94%-
XYZ14.4612.526.81-
YUV99.54109.07153.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=46.71%
G=30.45%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135886600.350.510.4719.1334.3339.41
Hex875842023332F132227
Octal2071301020436357234247
Binary1000011110110001000010010001111001110111110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875842; }

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

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

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

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

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

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

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

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