#865A45

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

Shades of Potters Clay #865A45

Tints of Potters Clay #865A45

Color information

#865A45 (or 0x865A45) is unknown color: approx Potters Clay. HEX triplet: 86, 5A and 45. RGB value is (134,90,69). Sum of RGB (Red+Green+Blue) = 134+90+69=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #865A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A45 is #79A5BA. Grayscale: #646464. Windows color (decimal): -7972283 or 4545158. OLE color: 4545158.

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

Color convert

RGB1349069-
CMYK00.330.490.47
HSL19.38º32.02%39.8%-
HSV(B)19.38º48.51%52.55%-
XYZ14.5612.817.34-
YUV100.76110.08151.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=45.73%
G=30.72%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134906900.330.490.4719.3832.0239.8
Hex865A45021312F132028
Octal2061321050416157234050
Binary1000011010110101000101010000111000110111110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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