#875A44

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

Shades of Potters Clay #875A44

Tints of Potters Clay #875A44

Color information

#875A44 (or 0x875A44) is unknown color: approx Potters Clay. HEX triplet: 87, 5A and 44. RGB value is (135,90,68). Sum of RGB (Red+Green+Blue) = 135+90+68=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #875A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A44 is #78A5BB. Grayscale: #656565. Windows color (decimal): -7906748 or 4479623. OLE color: 4479623.

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

Color convert

RGB1359068-
CMYK00.330.500.47
HSL19.7º33%39.8%-
HSV(B)19.7º49.63%52.94%-
XYZ14.6912.887.18-
YUV100.95109.41152.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=46.08%
G=30.72%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135906800.330.500.4719.73339.8
Hex875A44021322F142128
Octal2071321040416257244150
Binary1000011110110101000100010000111001010111110100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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