#875A3B

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

Shades of Potters Clay #875A3B

Tints of Potters Clay #875A3B

Color information

#875A3B (or 0x875A3B) is unknown color: approx Potters Clay. HEX triplet: 87, 5A and 3B. RGB value is (135,90,59). Sum of RGB (Red+Green+Blue) = 135+90+59=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #875A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A3B is #78A5C4. Grayscale: #646464. Windows color (decimal): -7906757 or 3889799. OLE color: 3889799.

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

Color convert

RGB1359059-
CMYK00.330.560.47
HSL24.47º39.18%38.04%-
HSV(B)24.47º56.3%52.94%-
XYZ14.4412.785.84-
YUV99.92104.91153.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=47.54%
G=31.69%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135905900.330.560.4724.4739.1838.04
Hex875A3B021382F182726
Octal207132730417057304746
Binary100001111011010111011010000111100010111111000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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