#87583C

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

Shades of Potters Clay #87583C

Tints of Potters Clay #87583C

Color information

#87583C (or 0x87583C) is unknown color: approx Potters Clay. HEX triplet: 87, 58 and 3C. RGB value is (135,88,60). Sum of RGB (Red+Green+Blue) = 135+88+60=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87583C is #78A7C3. Grayscale: #636363. Windows color (decimal): -7907268 or 3954823. OLE color: 3954823.

HSL color Cylindrical-coordinate representation of color #87583C: hue angle of 22.4º degrees, saturation: 0.38, 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 #87583C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1358860-
CMYK00.350.560.47
HSL22.4º38.46%38.24%-
HSV(B)22.4º55.56%52.94%-
XYZ14.312.465.93-
YUV98.86106.07153.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=47.70%
G=31.10%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135886000.350.560.4722.438.4638.24
Hex87583C023382F162626
Octal207130740437057264646
Binary100001111011000111100010001111100010111110110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87583C; }

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

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

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

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

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

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

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

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