#865A37

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

Shades of Potters Clay #865A37

Tints of Potters Clay #865A37

Color information

#865A37 (or 0x865A37) is unknown color: approx Potters Clay. HEX triplet: 86, 5A and 37. RGB value is (134,90,55). Sum of RGB (Red+Green+Blue) = 134+90+55=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #865A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A37 is #79A5C8. Grayscale: #636363. Windows color (decimal): -7972297 or 3627654. OLE color: 3627654.

HSL color Cylindrical-coordinate representation of color #865A37: hue angle of 26.58º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #865A37 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1349055-
CMYK00.330.590.47
HSL26.58º41.8%37.06%-
HSV(B)26.58º58.96%52.55%-
XYZ14.1812.665.31-
YUV99.17103.08152.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 55 (21.88% from 255) = 19.71%
R=48.03%
G=32.26%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134905500.330.590.4726.5841.837.06
Hex865A370213B2F1b2a25
Octal206132670417357335245
Binary100001101011010110111010000111101110111111011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A37; }

 p { color: rgb(134,90,55); }

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

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

 a { background-color: rgb(134,90,55); }

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

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

 span { border-color: rgb(134,90,55); }

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