#86583B

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

Shades of Potters Clay #86583B

Tints of Potters Clay #86583B

Color information

#86583B (or 0x86583B) is unknown color: approx Potters Clay. HEX triplet: 86, 58 and 3B. RGB value is (134,88,59). Sum of RGB (Red+Green+Blue) = 134+88+59=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86583B is #79A7C4. Grayscale: #626262. Windows color (decimal): -7972805 or 3889286. OLE color: 3889286.

HSL color Cylindrical-coordinate representation of color #86583B: hue angle of 23.2º 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 #86583B is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1348859-
CMYK00.340.560.47
HSL23.2º38.86%37.84%-
HSV(B)23.2º55.97%52.55%-
XYZ14.1112.365.78-
YUV98.45105.74153.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=47.69%
G=31.32%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134885900.340.560.4723.238.8637.84
Hex86583B022382F172726
Octal206130730427057274746
Binary100001101011000111011010001011100010111110111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86583B; }

 p { color: rgb(134,88,59); }

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

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

 a { background-color: rgb(134,88,59); }

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

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

 span { border-color: rgb(134,88,59); }

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