#865839

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

Shades of Potters Clay #865839

Tints of Potters Clay #865839

Color information

#865839 (or 0x865839) is unknown color: approx Potters Clay. HEX triplet: 86, 58 and 39. RGB value is (134,88,57). Sum of RGB (Red+Green+Blue) = 134+88+57=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #865839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865839 is #79A7C6. Grayscale: #626262. Windows color (decimal): -7972807 or 3758214. OLE color: 3758214.

HSL color Cylindrical-coordinate representation of color #865839: hue angle of 24.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865839 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1348857-
CMYK00.340.570.47
HSL24.16º40.31%37.45%-
HSV(B)24.16º57.46%52.55%-
XYZ14.0612.345.51-
YUV98.22104.74153.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=48.03%
G=31.54%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134885700.340.570.4724.1640.3137.45
Hex865839022392F182825
Octal206130710427157305045
Binary100001101011000111001010001011100110111111000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865839; }

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

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

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

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

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

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

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

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